public static interface HdfsProtos.ExportedBlockKeysProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HdfsProtos.BlockKeyProto |
getAllKeys(int index)
repeated .hadoop.hdfs.BlockKeyProto allKeys = 5; |
int |
getAllKeysCount()
repeated .hadoop.hdfs.BlockKeyProto allKeys = 5; |
List<HdfsProtos.BlockKeyProto> |
getAllKeysList()
repeated .hadoop.hdfs.BlockKeyProto allKeys = 5; |
HdfsProtos.BlockKeyProtoOrBuilder |
getAllKeysOrBuilder(int index)
repeated .hadoop.hdfs.BlockKeyProto allKeys = 5; |
List<? extends HdfsProtos.BlockKeyProtoOrBuilder> |
getAllKeysOrBuilderList()
repeated .hadoop.hdfs.BlockKeyProto allKeys = 5; |
HdfsProtos.BlockKeyProto |
getCurrentKey()
required .hadoop.hdfs.BlockKeyProto currentKey = 4; |
HdfsProtos.BlockKeyProtoOrBuilder |
getCurrentKeyOrBuilder()
required .hadoop.hdfs.BlockKeyProto currentKey = 4; |
boolean |
getIsBlockTokenEnabled()
required bool isBlockTokenEnabled = 1; |
long |
getKeyUpdateInterval()
required uint64 keyUpdateInterval = 2; |
long |
getTokenLifeTime()
required uint64 tokenLifeTime = 3; |
boolean |
hasCurrentKey()
required .hadoop.hdfs.BlockKeyProto currentKey = 4; |
boolean |
hasIsBlockTokenEnabled()
required bool isBlockTokenEnabled = 1; |
boolean |
hasKeyUpdateInterval()
required uint64 keyUpdateInterval = 2; |
boolean |
hasTokenLifeTime()
required uint64 tokenLifeTime = 3; |
boolean hasIsBlockTokenEnabled()
required bool isBlockTokenEnabled = 1;boolean getIsBlockTokenEnabled()
required bool isBlockTokenEnabled = 1;boolean hasKeyUpdateInterval()
required uint64 keyUpdateInterval = 2;long getKeyUpdateInterval()
required uint64 keyUpdateInterval = 2;boolean hasTokenLifeTime()
required uint64 tokenLifeTime = 3;long getTokenLifeTime()
required uint64 tokenLifeTime = 3;boolean hasCurrentKey()
required .hadoop.hdfs.BlockKeyProto currentKey = 4;HdfsProtos.BlockKeyProto getCurrentKey()
required .hadoop.hdfs.BlockKeyProto currentKey = 4;HdfsProtos.BlockKeyProtoOrBuilder getCurrentKeyOrBuilder()
required .hadoop.hdfs.BlockKeyProto currentKey = 4;List<HdfsProtos.BlockKeyProto> getAllKeysList()
repeated .hadoop.hdfs.BlockKeyProto allKeys = 5;HdfsProtos.BlockKeyProto getAllKeys(int index)
repeated .hadoop.hdfs.BlockKeyProto allKeys = 5;int getAllKeysCount()
repeated .hadoop.hdfs.BlockKeyProto allKeys = 5;List<? extends HdfsProtos.BlockKeyProtoOrBuilder> getAllKeysOrBuilderList()
repeated .hadoop.hdfs.BlockKeyProto allKeys = 5;HdfsProtos.BlockKeyProtoOrBuilder getAllKeysOrBuilder(int index)
repeated .hadoop.hdfs.BlockKeyProto allKeys = 5;Copyright © 2013 Apache Software Foundation. All rights reserved.