Uses of Class
org.hpccsystems.ws.client.platform.Version
-
Packages that use Version 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.org.hpccsystems.ws.client.platform Provides local representation of target HPCC Systems platform.org.hpccsystems.ws.client.wrappers.wsdfu org.hpccsystems.ws.client.wrappers.wsworkunits -
-
Uses of Version in org.hpccsystems.ws.client
Fields in org.hpccsystems.ws.client declared as Version Modifier and Type Field Description protected VersionBaseHPCCWsClient. targetHPCCBuildVersionstatic VersionHPCCFileSprayClient. TrailingSlashPathHPCCVerMethods in org.hpccsystems.ws.client that return Version Modifier and Type Method Description VersionBaseHPCCWsClient. getTargetHPCCBuildVersion()Gets the target HPCC build versionVersionHPCCWsSQLClient. getVersion()Gets the version.Methods in org.hpccsystems.ws.client with parameters of type Version Modifier and Type Method Description protected booleanBaseHPCCWsClient. compatibilityCheck(Version input)Determine if target HPCC's build version is compatible with a given version. -
Uses of Version in org.hpccsystems.ws.client.platform
Methods in org.hpccsystems.ws.client.platform that return Version Modifier and Type Method Description VersionPlatform. getBuildVersion()Gets the builds the version.VersionPlatform. getVersion()Gets the version.Methods in org.hpccsystems.ws.client.platform with parameters of type Version Modifier and Type Method Description intVersion. compareTo(Version other)static longVersion. distance(Version l, Version r)Distance.booleanVersion. isEqualOrNewerThan(Version other)booleanVersion. isEqualOrOlderThan(Version other)booleanVersion. isEquivalentTo(Version other)booleanVersion. isNewerThan(Version other)booleanVersion. isOlderThan(Version other) -
Uses of Version in org.hpccsystems.ws.client.wrappers.wsdfu
Constructors in org.hpccsystems.ws.client.wrappers.wsdfu with parameters of type Version Constructor Description WsDFUClientStubWrapper(String baseURL, Version platformVersion)Instantiates a new ws DFU client stub wrapper. -
Uses of Version in org.hpccsystems.ws.client.wrappers.wsworkunits
Constructors in org.hpccsystems.ws.client.wrappers.wsworkunits with parameters of type Version Constructor Description WsWorkunitsClientStubWrapper(Connection conn, Version targetVersion)Deprecated.Instantiates a new ws workunits client stub wrapper based on the target hpcc version
-