|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheDirectiveInfo | |
---|---|
org.apache.hadoop.hdfs.client | |
org.apache.hadoop.hdfs.protocol | |
org.apache.hadoop.hdfs.protocolPB |
Uses of CacheDirectiveInfo in org.apache.hadoop.hdfs.client |
---|
Methods in org.apache.hadoop.hdfs.client with parameters of type CacheDirectiveInfo | |
---|---|
long |
HdfsAdmin.addCacheDirective(CacheDirectiveInfo info,
EnumSet<CacheFlag> flags)
Add a new CacheDirectiveInfo. |
org.apache.hadoop.fs.RemoteIterator<CacheDirectiveEntry> |
HdfsAdmin.listCacheDirectives(CacheDirectiveInfo filter)
List cache directives. |
void |
HdfsAdmin.modifyCacheDirective(CacheDirectiveInfo info,
EnumSet<CacheFlag> flags)
Modify a CacheDirective. |
Uses of CacheDirectiveInfo in org.apache.hadoop.hdfs.protocol |
---|
Methods in org.apache.hadoop.hdfs.protocol that return CacheDirectiveInfo | |
---|---|
CacheDirectiveInfo |
CacheDirectiveInfo.Builder.build()
Builds a new CacheDirectiveInfo populated with the set properties. |
CacheDirectiveInfo |
CacheDirectiveEntry.getInfo()
|
Constructors in org.apache.hadoop.hdfs.protocol with parameters of type CacheDirectiveInfo | |
---|---|
CacheDirectiveEntry(CacheDirectiveInfo info,
CacheDirectiveStats stats)
|
|
CacheDirectiveInfo.Builder(CacheDirectiveInfo directive)
Creates a builder with all elements set to the same values as the given CacheDirectiveInfo. |
Uses of CacheDirectiveInfo in org.apache.hadoop.hdfs.protocolPB |
---|
Methods in org.apache.hadoop.hdfs.protocolPB that return CacheDirectiveInfo | |
---|---|
static CacheDirectiveInfo |
PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CacheDirectiveInfoProto proto)
|
Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type CacheDirectiveInfo | |
---|---|
static org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.CacheDirectiveInfoProto |
PBHelper.convert(CacheDirectiveInfo info)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |