org.apache.hadoop.hbase.protobuf.generated
Interface WALProtos.FamilyScopeOrBuilder

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

public static interface WALProtos.FamilyScopeOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 com.google.protobuf.ByteString getFamily()
          required bytes family = 1;
 WALProtos.ScopeType getScopeType()
          required .ScopeType scope_type = 2;
 boolean hasFamily()
          required bytes family = 1;
 boolean hasScopeType()
          required .ScopeType scope_type = 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

hasFamily

boolean hasFamily()
required bytes family = 1;


getFamily

com.google.protobuf.ByteString getFamily()
required bytes family = 1;


hasScopeType

boolean hasScopeType()
required .ScopeType scope_type = 2;


getScopeType

WALProtos.ScopeType getScopeType()
required .ScopeType scope_type = 2;



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.