public interface Node<N extends Node>
| Modifier and Type | Method and Description |
|---|---|
long |
getCreatedIndex() |
String |
getExpiration() |
String |
getKey() |
long |
getModifiedIndex() |
Set<N> |
getNodes() |
int |
getTtl() |
String |
getValue() |
boolean |
isDir() |
Copyright © 2011–2014 Red Hat. All rights reserved.