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.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.Methods in com.xensource.xenapi with parameters of type PVSCacheStorage.RecordModifier and TypeMethodDescriptionstatic PVSCacheStoragePVSCacheStorage.create(Connection c, PVSCacheStorage.Record record) Create a new PVS_cache_storage instance, and return its handle.static TaskPVSCacheStorage.createAsync(Connection c, PVSCacheStorage.Record record) Create a new PVS_cache_storage instance, and return its handle.