@Immutable
public class Entry
extends Object
-
Constructor Summary
Constructors
Entry(byte[] key,
byte[] value,
Version version,
long timestamp,
Long maxAgeInMs)
-
Method Summary
boolean
byte[]
long
byte[]
int
-
Constructor Details
-
Entry
public Entry(byte[] key,
byte[] value,
Version version,
long timestamp,
Long maxAgeInMs)
-
Method Details
-
getKey
public byte[] getKey()
-
getValue
public byte[] getValue()
-
-
getTimestamp
public long getTimestamp()
-
getMaxAgeInMs
public Long getMaxAgeInMs()
-
-