Package | Description |
---|---|
com.hazelcast.internal.eviction |
Eviction policy implementations.
|
Modifier and Type | Method and Description |
---|---|
static CompositeMaxSizeChecker.CompositionOperator |
CompositeMaxSizeChecker.CompositionOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompositeMaxSizeChecker.CompositionOperator[] |
CompositeMaxSizeChecker.CompositionOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static CompositeMaxSizeChecker |
CompositeMaxSizeChecker.newCompositeMaxSizeChecker(CompositeMaxSizeChecker.CompositionOperator compositionOperator,
MaxSizeChecker... maxSizeCheckers) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.