@InterfaceAudience.Public @InterfaceStability.Evolving public final class RegistryPathStatus extends Object
RegistryOperations.stat()
callModifier and Type | Field and Description |
---|---|
int |
children
Number of child nodes
|
String |
path
Short path in the registry to this entry
|
long |
size
Entry size in bytes, as returned by the storage infrastructure.
|
long |
time
Timestamp
|
Constructor and Description |
---|
RegistryPathStatus(String path,
long time,
long size,
int children)
Construct an instance
|
public final long time
public final long size
public final int children
public RegistryPathStatus(String path, long time, long size, int children)
path
- full pathtime
- timesize
- entry sizechildren
- number of childrenCopyright © 2015 Apache Software Foundation. All Rights Reserved.