Package | Description |
---|---|
com.gigaspaces.server.eviction |
Modifier and Type | Method and Description |
---|---|
void |
SpaceEvictionStrategy.onInsert(EvictableServerEntry entry)
Called when a new entry is written to the space.
|
void |
SpaceEvictionStrategy.onLoad(EvictableServerEntry entry)
Called when an entry is loaded into the space from an external data source.
|
void |
SpaceEvictionStrategy.onRead(EvictableServerEntry entry)
Called when an entry is read from the space.
|
void |
SpaceEvictionStrategy.onRemove(EvictableServerEntry entry)
Called when an entry is removed from the space.
|
void |
SpaceEvictionStrategy.onUpdate(EvictableServerEntry entry)
Called when an entry is updated in the space.
|
boolean |
SpaceEvictionManager.tryEvict(EvictableServerEntry entry)
Attempts to evict the specified entry from the space.
|
Copyright © GigaSpaces.