org.apache.hadoop.hbase.protobuf.generated
Interface ClientProtos.MultiActionOrBuilder

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

public static interface ClientProtos.MultiActionOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 ClientProtos.Get getGet()
           
 ClientProtos.GetOrBuilder getGetOrBuilder()
           
 ClientProtos.MutationProto getMutation()
           
 ClientProtos.MutationProtoOrBuilder getMutationOrBuilder()
           
 boolean hasGet()
           
 boolean hasMutation()
           
 
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

hasMutation

boolean hasMutation()

getMutation

ClientProtos.MutationProto getMutation()

getMutationOrBuilder

ClientProtos.MutationProtoOrBuilder getMutationOrBuilder()

hasGet

boolean hasGet()

getGet

ClientProtos.Get getGet()

getGetOrBuilder

ClientProtos.GetOrBuilder getGetOrBuilder()


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