Package | Description |
---|---|
org.apache.hadoop.hdfs.protocol | |
org.apache.hadoop.hdfs.protocolPB |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<SnapshottableDirectoryStatus> |
SnapshottableDirectoryStatus.COMPARATOR
Compare the statuses by full paths.
|
Modifier and Type | Method and Description |
---|---|
static void |
SnapshottableDirectoryStatus.print(SnapshottableDirectoryStatus[] stats,
PrintStream out)
Print a list of
SnapshottableDirectoryStatus out to a given stream. |
Modifier and Type | Method and Description |
---|---|
static SnapshottableDirectoryStatus[] |
PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshottableDirectoryListingProto sdlp) |
static SnapshottableDirectoryStatus |
PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshottableDirectoryStatusProto sdirStatusProto) |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshottableDirectoryStatusProto |
PBHelperClient.convert(SnapshottableDirectoryStatus status) |
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.SnapshottableDirectoryListingProto |
PBHelperClient.convert(SnapshottableDirectoryStatus[] status) |
Copyright © 2018 Apache Software Foundation. All Rights Reserved.