Uses of Class
com.xensource.xenapi.PVSCacheStorage.Record
-
Uses of PVSCacheStorage.Record in com.xensource.xenapi
Methods in com.xensource.xenapi that return PVSCacheStorage.RecordModifier and TypeMethodDescriptionPVSCacheStorage.getRecord
(Connection c) Get a record containing the current state of the given PVS_cache_storage.static PVSCacheStorage.Record
Types.toPVSCacheStorageRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Methods in com.xensource.xenapi that return types with arguments of type PVSCacheStorage.RecordModifier and TypeMethodDescriptionstatic Map<PVSCacheStorage,
PVSCacheStorage.Record> PVSCacheStorage.getAllRecords
(Connection c) Return a map of PVS_cache_storage references to PVS_cache_storage records for all PVS_cache_storages known to the system.static Map<PVSCacheStorage,
PVSCacheStorage.Record> Types.toMapOfPVSCacheStoragePVSCacheStorageRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Methods in com.xensource.xenapi with parameters of type PVSCacheStorage.RecordModifier and TypeMethodDescriptionstatic PVSCacheStorage
PVSCacheStorage.create
(Connection c, PVSCacheStorage.Record record) Create a new PVS_cache_storage instance, and return its handle.static Task
PVSCacheStorage.createAsync
(Connection c, PVSCacheStorage.Record record) Create a new PVS_cache_storage instance, and return its handle.