org.apache.hadoop.hbase.protobuf.generated
Interface AdminProtos.UUIDOrBuilder

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

public static interface AdminProtos.UUIDOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 long getLeastSigBits()
           
 long getMostSigBits()
           
 boolean hasLeastSigBits()
           
 boolean hasMostSigBits()
           
 
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

hasLeastSigBits

boolean hasLeastSigBits()

getLeastSigBits

long getLeastSigBits()

hasMostSigBits

boolean hasMostSigBits()

getMostSigBits

long getMostSigBits()


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