Uses of Class
org.ow2.clif.util.UniqueKey
-
Packages that use UniqueKey Package Description org.ow2.clif.storage.api org.ow2.clif.storage.lib.filestorage -
-
Uses of UniqueKey in org.ow2.clif.storage.api
Methods in org.ow2.clif.storage.api that return UniqueKey Modifier and Type Method Description UniqueKeyStorageProxyAdmin. initCollect(java.io.Serializable testId)Initializes a new collect for a given testMethods in org.ow2.clif.storage.api with parameters of type UniqueKey Modifier and Type Method Description voidStorageProxyAdmin. closeCollect(UniqueKey key)java.io.SerializableStorageProxyAdmin. collect(UniqueKey key)Performs one collect step forward.longStorageProxyAdmin. getCollectSize(UniqueKey key) -
Uses of UniqueKey in org.ow2.clif.storage.lib.filestorage
Fields in org.ow2.clif.storage.lib.filestorage declared as UniqueKey Modifier and Type Field Description protected UniqueKeyFileStorageCollect. keyFields in org.ow2.clif.storage.lib.filestorage with type parameters of type UniqueKey Modifier and Type Field Description protected static java.util.Map<UniqueKey,FileStorageCollect>FileStorageCollect. active_collectsMethods in org.ow2.clif.storage.lib.filestorage that return UniqueKey Modifier and Type Method Description UniqueKeyFileStorageCollect. getKey()UniqueKeyFileStorageProxyImpl. initCollect(java.io.Serializable testId)Initializes a new collect for a given testMethods in org.ow2.clif.storage.lib.filestorage with parameters of type UniqueKey Modifier and Type Method Description static voidFileStorageCollect. close(UniqueKey key)voidFileStorageProxyImpl. closeCollect(UniqueKey key)static java.io.SerializableFileStorageCollect. collect(UniqueKey key)java.io.SerializableFileStorageProxyImpl. collect(UniqueKey key)static FileStorageCollectFileStorageCollect. getCollect(UniqueKey key)longFileStorageProxyImpl. getCollectSize(UniqueKey key)static longFileStorageCollect. getSize(UniqueKey key)
-