Oliver Lee created DIRECTMEMORY-135:
---------------------------------------
Summary: code comment in MemoryManagerService.java is wrong
Key: DIRECTMEMORY-135
URL: https://issues.apache.org/jira/browse/DIRECTMEMORY-135
Project: Apache DirectMemory
Issue Type: Improvement
Components: core
Affects Versions: Lightning-0.3.0
Reporter: Oliver Lee
Priority: Critical
Fix For: Lightning-0.3.0
{code}
/**
* Same function as {@link #store(byte[])}, but add an relative expiration
delta in milliseconds
*
* @param payload : the data to store
* @param expiresIn : relative amount of milliseconds the data will expire
* @return the pointer to the value, or null if not enough space has been
found.
*/
Pointer<V> store( byte[] payload, long expiresIn );
/**
* Store function family. Store the given payload at a certain offset in a
MemoryBuffer, returning the pointer to
* the value.
*
* @param payload : the data to store
* @return the pointer to the value, or null if not enough space has been
found.
*/
Pointer<V> store( byte[] payload );
{code}
--
This message was sent by Atlassian JIRA
(v6.1#6144)