|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RegistryPathStatus | |
|---|---|
| org.apache.hadoop.registry.client.api | YARN Registry Client API. |
| org.apache.hadoop.registry.client.binding | Registry binding utility classes. |
| org.apache.hadoop.registry.client.impl.zk | Core Zookeeper support. |
| Uses of RegistryPathStatus in org.apache.hadoop.registry.client.api |
|---|
| Methods in org.apache.hadoop.registry.client.api that return RegistryPathStatus | |
|---|---|
RegistryPathStatus |
RegistryOperations.stat(String path)
Get the status of a path |
| Uses of RegistryPathStatus in org.apache.hadoop.registry.client.binding |
|---|
| Methods in org.apache.hadoop.registry.client.binding that return types with arguments of type RegistryPathStatus | |
|---|---|
static Map<String,RegistryPathStatus> |
RegistryUtils.statChildren(RegistryOperations registryOperations,
String path)
List children of a directory and retrieve their RegistryPathStatus values. |
| Method parameters in org.apache.hadoop.registry.client.binding with type arguments of type RegistryPathStatus | |
|---|---|
static Map<String,ServiceRecord> |
RegistryUtils.extractServiceRecords(RegistryOperations operations,
String parentpath,
Collection<RegistryPathStatus> stats)
Extract all service records under a list of stat operations...this skips entries that are too short or simply not matching |
static Map<String,ServiceRecord> |
RegistryUtils.extractServiceRecords(RegistryOperations operations,
String parentpath,
Map<String,RegistryPathStatus> stats)
Extract all service records under a list of stat operations...this non-atomic action skips entries that are too short or simply not matching. |
| Uses of RegistryPathStatus in org.apache.hadoop.registry.client.impl.zk |
|---|
| Methods in org.apache.hadoop.registry.client.impl.zk that return RegistryPathStatus | |
|---|---|
RegistryPathStatus |
RegistryOperationsService.stat(String path)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||