Uses of Enum Class
com.j_spaces.core.cache.context.TieredState
Packages that use TieredState
Package
Description
-
Uses of TieredState in com.gigaspaces.internal.server.space.tiered_storage
Methods in com.gigaspaces.internal.server.space.tiered_storage that return TieredStateModifier and TypeMethodDescriptionTieredStorageManager.getEntryTieredState(IEntryHolder entryHolder) TieredStorageManagerImpl.getEntryTieredState(IEntryHolder entryHolder) -
Uses of TieredState in com.gigaspaces.internal.server.storage
Methods in com.gigaspaces.internal.server.storage that return TieredStateMethods in com.gigaspaces.internal.server.storage with parameters of type TieredStateModifier and TypeMethodDescriptionvoidEntryTieredMetaData.setTieredState(TieredState tieredState) -
Uses of TieredState in com.j_spaces.core.cache.context
Methods in com.j_spaces.core.cache.context that return TieredStateModifier and TypeMethodDescriptionContext.getEntryTieredState()static TieredStateReturns the enum constant of this class with the specified name.static TieredState[]TieredState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.j_spaces.core.cache.context with parameters of type TieredState