Uses of Class
org.hpccsystems.ws.client.utils.DataSingleton
-
Packages that use DataSingleton 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.extended Provides HPCC Systems client libraries used to actuate non-standard HPCC Web Service actions.org.hpccsystems.ws.client.platform Provides local representation of target HPCC Systems platform.org.hpccsystems.ws.client.utils Useful utilities for users of the HPCCWsClient libraries. -
-
Uses of DataSingleton in org.hpccsystems.ws.client
Subclasses of DataSingleton in org.hpccsystems.ws.client Modifier and Type Class Description classBaseHPCCWsClientDefines functionality common to all HPCC Systmes web service clients.classHPCCFileSprayClientFacilitates File Spray related activities.classHPCCWsClientConvenient interface which exposes most common HPCC-centric activities.classHPCCWsCloudClientProvides Containerized HPCC cluster information.classHPCCWsCodeSignClientFacilitates ECL Code signing and verification related activities.classHPCCWsDFUClientFacilitates Logical File System actions on target HPCC Systems instance.classHPCCWsDFUXRefClientFacilitates XRef Logical File System actions on target HPCC instance.classHPCCWsFileIOClientFacilitates File I/O actions on target HPCC instance.classHPCCWsPackageProcessClientUse as soap client for HPCC wsPackageProcess web service.classHPCCWsResourcesClientFacilitates discovery of containerized HPCC Systems resources.classHPCCWsSMCClientUse as soap client for HPCC WsSMC web service, also known as eclwatchclassHPCCWsSQLClientFacilitates SQL based action onto target HPCC Systems instance.classHPCCWsStoreClientFacilitates access to HPCC Systems key/value based Storage.classHPCCWsTopologyClientFacilitates accessing HPCC Systems instance topology information.classHPCCWsWorkUnitsClientFacilitates ECL WorkUnit related actions. -
Uses of DataSingleton in org.hpccsystems.ws.client.extended
Subclasses of DataSingleton in org.hpccsystems.ws.client.extended Modifier and Type Class Description classHPCCWsAttributesClientHPCCWsAttributesClient class. -
Uses of DataSingleton in org.hpccsystems.ws.client.platform
Subclasses of DataSingleton in org.hpccsystems.ws.client.platform Modifier and Type Class Description classClusterclassDataQuerySetclassDropZoneclassFileSprayWorkunitclassGraphclassLogicalFileclassPhysicalFileclassPhysicalMachineclassPlatformclassResultclassWorkunit -
Uses of DataSingleton in org.hpccsystems.ws.client.utils
Fields in org.hpccsystems.ws.client.utils with type parameters of type DataSingleton Modifier and Type Field Description protected ArrayList<DataSingleton>CollectionDelta. addedprotected ArrayList<DataSingleton>CollectionDelta. removedprotected ArrayList<DataSingleton>CollectionDelta. unchangedMethods in org.hpccsystems.ws.client.utils with type parameters of type DataSingleton Modifier and Type Method Description <T extends DataSingleton>
CollectionDeltaCollectionDelta. calcChanges(Collection<T> after)<T extends DataSingleton>
CollectionDeltaCollectionDelta. calcChanges(T[] after)Methods in org.hpccsystems.ws.client.utils that return DataSingleton Modifier and Type Method Description DataSingletonDataSingletonCollection. get(DataSingleton item)DataSingletonDataSingletonCollection. getNoCreate(DataSingleton item)Methods in org.hpccsystems.ws.client.utils that return types with arguments of type DataSingleton Modifier and Type Method Description ArrayList<DataSingleton>CollectionDelta. getAdded()Collection<DataSingleton>DataSingletonCollection. getAll()Methods in org.hpccsystems.ws.client.utils with parameters of type DataSingleton Modifier and Type Method Description <T extends DataSingleton>
CollectionDeltaCollectionDelta. calcChanges(T[] after)booleanCollectionDelta. exists(DataSingleton item)DataSingletonDataSingletonCollection. get(DataSingleton item)DataSingletonDataSingletonCollection. getNoCreate(DataSingleton item)voidDataSingletonCollection. remove(DataSingleton item)booleanCollectionDelta. removeContains(DataSingleton item)
-