Package | Description |
---|---|
org.apache.hadoop.hdfs.client |
This package provides the administrative APIs for HDFS.
|
org.apache.hadoop.hdfs.protocol |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.hdfs.protocolPB |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.fs.RemoteIterator<org.apache.hadoop.hdfs.protocol.OpenFileEntry> |
HdfsAdmin.listOpenFiles(EnumSet<OpenFilesIterator.OpenFilesType> openFilesTypes)
Deprecated.
|
org.apache.hadoop.fs.RemoteIterator<org.apache.hadoop.hdfs.protocol.OpenFileEntry> |
HdfsAdmin.listOpenFiles(EnumSet<OpenFilesIterator.OpenFilesType> openFilesTypes,
String path) |
Modifier and Type | Method and Description |
---|---|
static OpenFilesIterator.OpenFilesType |
OpenFilesIterator.OpenFilesType.valueOf(short num) |
static OpenFilesIterator.OpenFilesType |
OpenFilesIterator.OpenFilesType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenFilesIterator.OpenFilesType[] |
OpenFilesIterator.OpenFilesType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<OpenFilesIterator.OpenFilesType> |
PBHelperClient.convertOpenFileTypes(List<org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.OpenFilesTypeProto> openFilesTypeProtos) |
Modifier and Type | Method and Description |
---|---|
static List<org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.OpenFilesTypeProto> |
PBHelperClient.convertOpenFileTypes(EnumSet<OpenFilesIterator.OpenFilesType> types) |
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.