Uses of Class
org.hpccsystems.ws.client.HPCCWsTopologyClient.TopologyGroupQueryKind
-
Packages that use HPCCWsTopologyClient.TopologyGroupQueryKind Package Description org.hpccsystems.ws.client Provides several HPCC Systems client libraries used to actuate a variety of actions on a target HPCC Systems instance. -
-
Uses of HPCCWsTopologyClient.TopologyGroupQueryKind in org.hpccsystems.ws.client
Methods in org.hpccsystems.ws.client that return HPCCWsTopologyClient.TopologyGroupQueryKind Modifier and Type Method Description static HPCCWsTopologyClient.TopologyGroupQueryKindHPCCWsTopologyClient.TopologyGroupQueryKind. valueOf(String name)Returns the enum constant of this type with the specified name.static HPCCWsTopologyClient.TopologyGroupQueryKind[]HPCCWsTopologyClient.TopologyGroupQueryKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hpccsystems.ws.client with parameters of type HPCCWsTopologyClient.TopologyGroupQueryKind Modifier and Type Method Description List<org.hpccsystems.ws.client.wrappers.gen.wstopology.TpGroupWrapper>HPCCWsClient. getTopologyGroups(HPCCWsTopologyClient.TopologyGroupQueryKind kind)Queries WsTopology for HPCC Topology GroupsList<org.hpccsystems.ws.client.wrappers.gen.wstopology.TpGroupWrapper>HPCCWsTopologyClient. getTopologyGroups(HPCCWsTopologyClient.TopologyGroupQueryKind kind)Fetch HPCC Topology Groups (data storage planes in containerized mode)
-