Uses of Class
com.xensource.xenapi.PVSCacheStorage
-
Uses of PVSCacheStorage in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type PVSCacheStorageModifier and TypeFieldDescriptionPVSSite.Record.cacheStorage
The SR used by PVS proxy for the cacheMethods in com.xensource.xenapi that return PVSCacheStorageModifier and TypeMethodDescriptionstatic PVSCacheStorage
PVSCacheStorage.create
(Connection c, PVSCacheStorage.Record record) Create a new PVS_cache_storage instance, and return its handle.static PVSCacheStorage
PVSCacheStorage.getByUuid
(Connection c, String uuid) Get a reference to the PVS_cache_storage instance with the specified UUID.static PVSCacheStorage
Types.toPVSCacheStorage
(Task task, Connection connection) static PVSCacheStorage
Types.toPVSCacheStorage
(Object object) Methods in com.xensource.xenapi that return types with arguments of type PVSCacheStorageModifier and TypeMethodDescriptionstatic Set<PVSCacheStorage>
PVSCacheStorage.getAll
(Connection c) Return a list of all the PVS_cache_storages known to the system.static 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.PVSSite.getCacheStorage
(Connection c) Get the cache_storage field of the given PVS_site.static Map<PVSCacheStorage,
PVSCacheStorage.Record> Types.toMapOfPVSCacheStoragePVSCacheStorageRecord
(Object object) static Set<PVSCacheStorage>
Types.toSetOfPVSCacheStorage
(Object object)