org.apache.hadoop.hbase.protobuf.generated
Interface AccessControlProtos.TablePermissionOrBuilder

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

public static interface AccessControlProtos.TablePermissionOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 AccessControlProtos.Permission.Action getAction(int index)
           
 int getActionCount()
           
 List<AccessControlProtos.Permission.Action> getActionList()
           
 com.google.protobuf.ByteString getFamily()
           
 com.google.protobuf.ByteString getQualifier()
           
 HBaseProtos.TableName getTableName()
           
 HBaseProtos.TableNameOrBuilder getTableNameOrBuilder()
           
 boolean hasFamily()
           
 boolean hasQualifier()
           
 boolean hasTableName()
           
 
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

hasTableName

boolean hasTableName()

getTableName

HBaseProtos.TableName getTableName()

getTableNameOrBuilder

HBaseProtos.TableNameOrBuilder getTableNameOrBuilder()

hasFamily

boolean hasFamily()

getFamily

com.google.protobuf.ByteString getFamily()

hasQualifier

boolean hasQualifier()

getQualifier

com.google.protobuf.ByteString getQualifier()

getActionList

List<AccessControlProtos.Permission.Action> getActionList()

getActionCount

int getActionCount()

getAction

AccessControlProtos.Permission.Action getAction(int index)


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