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

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

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


Method Summary
 long getLockId()
           
 HBaseProtos.RegionSpecifier getRegion()
           
 HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder()
           
 boolean hasLockId()
           
 boolean hasRegion()
           
 
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

hasRegion

boolean hasRegion()

getRegion

HBaseProtos.RegionSpecifier getRegion()

getRegionOrBuilder

HBaseProtos.RegionSpecifierOrBuilder getRegionOrBuilder()

hasLockId

boolean hasLockId()

getLockId

long getLockId()


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