Uses of Class
org.infinispan.scattered.ScatteredVersionManager.SegmentState
-
Packages that use ScatteredVersionManager.SegmentState Package Description org.infinispan.scattered SCATTERED CACHE DESIGN -
-
Uses of ScatteredVersionManager.SegmentState in org.infinispan.scattered
Methods in org.infinispan.scattered that return ScatteredVersionManager.SegmentState Modifier and Type Method Description ScatteredVersionManager.SegmentState
ScatteredVersionManager. getSegmentState(int segment)
static ScatteredVersionManager.SegmentState
ScatteredVersionManager.SegmentState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ScatteredVersionManager.SegmentState[]
ScatteredVersionManager.SegmentState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-