Uses of Class
org.hpccsystems.ws.client.platform.Platform
-
Packages that use Platform Package Description org.hpccsystems.ws.client.platform Provides local representation of target HPCC Systems platform. -
-
Uses of Platform in org.hpccsystems.ws.client.platform
Methods in org.hpccsystems.ws.client.platform that return Platform Modifier and Type Method Description static PlatformPlatform. get(String protocol, String ip, int port, String user, String pass)Gets the.static PlatformPlatform. get(String address, String user, String pass)Gets the.static PlatformPlatform. get(Connection conn)Gets the.static PlatformPlatform. getNoCreate(String protocol, String ip, int port, String user, String pass)Deprecated.PlatformFileSprayWorkunit. getPlatform()Gets the platform.PlatformWorkunit. getPlatform()Gets the platform.Methods in org.hpccsystems.ws.client.platform with parameters of type Platform Modifier and Type Method Description static ClusterCluster. get(Platform platform, String name)Gets the.static DataQuerySetDataQuerySet. get(Platform platform, String name)Gets the.static DropZoneDropZone. get(Platform platform, String name)Gets the.static FileSprayWorkunitFileSprayWorkunit. get(Platform platform, String wuid)Gets the.static LogicalFileLogicalFile. get(Platform platform, String name)Gets the.static PhysicalFilePhysicalFile. get(Platform platform, String name)Gets the.static PhysicalFilePhysicalFile. get(Platform platform, org.hpccsystems.ws.client.wrappers.gen.filespray.PhysicalFileStructWrapper fileStruct)Gets the.static PhysicalMachinePhysicalMachine. get(Platform platform, String name)Gets the.static WorkunitWorkunit. get(Platform platform, String wuid)Gets the.static voidPlatform. remove(Platform p)Removes the.
-