Package org.rostore.v2.container
Class DataWithRecord<T>
java.lang.Object
org.rostore.v2.container.DataWithRecord<T>
- Type Parameters:
T
-
Represents a combination of the value data and the metadata associated with the entry
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DataWithRecord
-
-
Method Details
-
getRecord
Provides a metadata of the entry- Returns:
- the record
-
getData
Provides the value data- Returns:
- the value's data
-