public class KeyInformation
extends java.lang.Object
| Constructor and Description |
|---|
KeyInformation(KeyType type) |
| Modifier and Type | Method and Description |
|---|---|
long |
getTTL() |
KeyType |
getType() |
boolean |
isTTLSetAndKeyExpired() |
void |
setExpiration(long expiration) |
void |
setType(KeyType type) |
public KeyInformation(KeyType type)