@InterfaceAudience.Public @InterfaceStability.Evolving public final class RegistryPathStatus extends Object
RegistryOperations.stat() call| Modifier and Type | Field and Description | 
|---|---|
| int | childrenNumber of child nodes | 
| String | pathShort path in the registry to this entry | 
| long | sizeEntry size in bytes, as returned by the storage infrastructure. | 
| long | timeTimestamp | 
| Constructor and Description | 
|---|
| RegistryPathStatus(String path,
                  long time,
                  long size,
                  int children)Construct an instance | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object other)Equality operator checks size, time and path of the entries. | 
| int | hashCode()The hash code is derived from the path. | 
| String | toString() | 
public final String path
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 © 2023 Apache Software Foundation. All rights reserved.