| Package | Description |
|---|---|
| com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
| com.hazelcast.map.impl.mapstore |
Contains map store operations.
|
| com.hazelcast.map.impl.mapstore.writebehind |
Package for processing write behind store operations.
|
| com.hazelcast.map.impl.operation |
Package for map operations.
|
| Class and Description |
|---|
| NodeWideUsedCapacityCounter
Holds sum of all current write-behind-queue sizes(including
backup partitions) of all maps on this node.
|
| Class and Description |
|---|
| TxnReservedCapacityCounter
This interface contains methods to increment/decrement
reserved capacity of a write behind queue.
|
| WriteBehindProcessor
Write behind processors main contract.
|
| Class and Description |
|---|
| IPredicate
Represents a predicate (boolean-valued function) of one argument.
|
| NodeWideUsedCapacityCounter
Holds sum of all current write-behind-queue sizes(including
backup partitions) of all maps on this node.
|
| StoreEvent
For internal usage only.
|
| TxnReservedCapacityCounter
This interface contains methods to increment/decrement
reserved capacity of a write behind queue.
|
| WriteBehindProcessor
Write behind processors main contract.
|
| WriteBehindQueue
A specific queue implementation which is used for write-behind-store operations.
|
| WriteBehindStore.Sequence
The purpose of this class is to provide distinction
between flushes caused by eviction and
IMap.flush() |
| Class and Description |
|---|
| TxnReservedCapacityCounter
This interface contains methods to increment/decrement
reserved capacity of a write behind queue.
|
Copyright © 2019 Hazelcast, Inc.. All rights reserved.