public final class PathPropertiesView extends Object
Constructor and Description |
---|
PathPropertiesView(Map<String,Map<String,String>> properties,
String hash,
long lastUpdateTime)
Constructs a read-only view of path level properties.
|
Modifier and Type | Method and Description |
---|---|
String |
getHash() |
long |
getLastUpdateTime() |
Map<String,Map<String,String>> |
getProperties() |
public PathPropertiesView(Map<String,Map<String,String>> properties, String hash, long lastUpdateTime)
properties
- map from path to propertieshash
- hash of all path level propertieslastUpdateTime
- last update timeCopyright © 2023. All Rights Reserved.