org.apache.hadoop.hbase.protobuf.generated
Interface AdminProtos.WALEntry.WALEdit.FamilyScopeOrBuilder

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

public static interface AdminProtos.WALEntry.WALEdit.FamilyScopeOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 com.google.protobuf.ByteString getFamily()
           
 AdminProtos.WALEntry.WALEdit.ScopeType getScopeType()
           
 boolean hasFamily()
           
 boolean hasScopeType()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasFamily

boolean hasFamily()

getFamily

com.google.protobuf.ByteString getFamily()

hasScopeType

boolean hasScopeType()

getScopeType

AdminProtos.WALEntry.WALEdit.ScopeType getScopeType()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.