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

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

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


Method Summary
 long getLockId()
           
 int getTtl()
           
 boolean hasLockId()
           
 boolean hasTtl()
           
 
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

hasLockId

boolean hasLockId()

getLockId

long getLockId()

hasTtl

boolean hasTtl()

getTtl

int getTtl()


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