Uses of Enum Class
com.gigaspaces.internal.server.space.recovery.direct_persistency.StorageConsistencyModes
Packages that use StorageConsistencyModes
Package
Description
-
Uses of StorageConsistencyModes in com.gigaspaces.blobstore.rocksdb
Methods in com.gigaspaces.blobstore.rocksdb that return StorageConsistencyModesMethods in com.gigaspaces.blobstore.rocksdb with parameters of type StorageConsistencyModesModifier and TypeMethodDescriptionvoidRocksDBBlobStoreRecoveryHelper.setStorageState(StorageConsistencyModes storageConsistencyMode) -
Uses of StorageConsistencyModes in com.gigaspaces.blobstore.rocksdb.utils
Methods in com.gigaspaces.blobstore.rocksdb.utils with parameters of type StorageConsistencyModesModifier and TypeMethodDescriptionvoidDeviceController.setSpaceStorageConsistencyMode(String spaceName, StorageConsistencyModes storageConsistencyModes) -
Uses of StorageConsistencyModes in com.gigaspaces.internal.server.space.recovery.direct_persistency
Methods in com.gigaspaces.internal.server.space.recovery.direct_persistency that return StorageConsistencyModesModifier and TypeMethodDescriptionConsistencyFile.getStorageState()DefaultStorageConsistency.getStorageState()DirectPersistencyRecoveryHelper.getStorageState()IStorageConsistency.getStorageState()static StorageConsistencyModesReturns the enum constant of this class with the specified name.static StorageConsistencyModes[]StorageConsistencyModes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.gigaspaces.internal.server.space.recovery.direct_persistency with parameters of type StorageConsistencyModesModifier and TypeMethodDescriptionvoidConsistencyFile.setStorageState(StorageConsistencyModes s) voidDefaultStorageConsistency.setStorageState(StorageConsistencyModes s) voidDirectPersistencyRecoveryHelper.setStorageState(StorageConsistencyModes s) voidIStorageConsistency.setStorageState(StorageConsistencyModes s) -
Uses of StorageConsistencyModes in com.j_spaces.core.cache.blobStore.recovery
Methods in com.j_spaces.core.cache.blobStore.recovery that return StorageConsistencyModesModifier and TypeMethodDescriptionBlobStoreRecoveryHelper.getStorageState()BlobStoreRecoveryHelperMock.getStorageState()BlobStoreRecoveryHelperWrapper.getStorageState()Methods in com.j_spaces.core.cache.blobStore.recovery with parameters of type StorageConsistencyModesModifier and TypeMethodDescriptionvoidBlobStoreRecoveryHelper.setStorageState(StorageConsistencyModes s) voidBlobStoreRecoveryHelperWrapper.setStorageState(StorageConsistencyModes s)