org.apache.directmemory.memory.MemoryManagerService<V> |
Known Indirect Subclasses |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Initialize the internal structure.
| |||||||||||
Same function as
store(byte[]) , but add an relative expiration delta in milliseconds | |||||||||||
Store function family.
| |||||||||||
Update value of a
Pointer @return | |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.io.Closeable
|
Initialize the internal structure. Need to be called before the service can be used.
numberOfBuffers | : number of internal bucket |
---|---|
size | : size in B of internal buckets |
Same function as store(byte[])
, but add an relative expiration delta in milliseconds
payload | : the data to store |
---|
Store function family. Store the given payload at a certain offset in a MemoryBuffer, returning the pointer to the value.
payload | : the data to store |
---|
Update value of a Pointer
@return