org.apache.hadoop.contrib.bkjournal
Interface BKJournalProtos.VersionProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BKJournalProtos.VersionProto, BKJournalProtos.VersionProto.Builder
Enclosing class:
BKJournalProtos

public static interface BKJournalProtos.VersionProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 int getLayoutVersion()
          required int32 layoutVersion = 1;
 org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.NamespaceInfoProto getNamespaceInfo()
          optional .hadoop.hdfs.NamespaceInfoProto namespaceInfo = 2;
 org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.NamespaceInfoProtoOrBuilder getNamespaceInfoOrBuilder()
          optional .hadoop.hdfs.NamespaceInfoProto namespaceInfo = 2;
 boolean hasLayoutVersion()
          required int32 layoutVersion = 1;
 boolean hasNamespaceInfo()
          optional .hadoop.hdfs.NamespaceInfoProto namespaceInfo = 2;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasLayoutVersion

boolean hasLayoutVersion()
required int32 layoutVersion = 1;


getLayoutVersion

int getLayoutVersion()
required int32 layoutVersion = 1;


hasNamespaceInfo

boolean hasNamespaceInfo()
optional .hadoop.hdfs.NamespaceInfoProto namespaceInfo = 2;


getNamespaceInfo

org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.NamespaceInfoProto getNamespaceInfo()
optional .hadoop.hdfs.NamespaceInfoProto namespaceInfo = 2;


getNamespaceInfoOrBuilder

org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.NamespaceInfoProtoOrBuilder getNamespaceInfoOrBuilder()
optional .hadoop.hdfs.NamespaceInfoProto namespaceInfo = 2;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.