Uses of Class
com.pervasive.datarush.commons.util.GUID
-
Packages that use GUID Package Description com.actian.dataflow.cal.yarn.shared com.pervasive.datarush.cal Provides interfaces the define the "cluster abstraction layer".com.pervasive.datarush.commons.util Provides common utilitiescom.pervasive.datarush.graphs Provides classes and interfaces for the construction of executable dataflow graphs. -
-
Uses of GUID in com.actian.dataflow.cal.yarn.shared
Constructors in com.actian.dataflow.cal.yarn.shared with parameters of type GUID Constructor Description DatafileStagingManager(FileClient client, Path stagingLocation, GUID jobId)
-
Uses of GUID in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return GUID Modifier and Type Method Description GUID
StorageManagerSpecifier. getGuid()
Unique identifier, relative to the base path.GUID
StoragePlanner. getGuid()
Returns the globally unique identifier for this StoragePlanner.GUID
JobInformation. getId()
Returns a unique identifier for the jobConstructors in com.pervasive.datarush.cal with parameters of type GUID Constructor Description JobInformation(GUID id, String name, String userId)
Create a new job information object -
Uses of GUID in com.pervasive.datarush.commons.util
Methods in com.pervasive.datarush.commons.util that return GUID Modifier and Type Method Description static GUID
GUID. next()
Generates a new unique identifier.static GUID
GUID. parse(String str)
Creates a new identifier from a string. -
Uses of GUID in com.pervasive.datarush.graphs
Methods in com.pervasive.datarush.graphs that return GUID Modifier and Type Method Description GUID
LogicalGraphInstanceView. getGraphInstanceGUID()
Uniquely identifies this graph instance, currently used for ui refresh on the client
-