Package | Description |
---|---|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.map.impl.eviction |
This package contains eviction classes.
|
Modifier and Type | Method and Description |
---|---|
EvictionOperator |
MapServiceContext.getEvictionOperator() |
Modifier and Type | Method and Description |
---|---|
void |
MapServiceContext.setEvictionOperator(EvictionOperator evictionOperator)
Sets an
EvictionOperator to this MapServiceContext . |
Modifier and Type | Method and Description |
---|---|
static EvictionOperator |
EvictionOperator.create(MapServiceContext mapServiceContext) |
static EvictionOperator |
EvictionOperator.create(MemoryInfoAccessor memoryInfoAccessor,
MapServiceContext mapServiceContext) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.