org.apache.hadoop.hbase.security.visibility
Class VisibilityConstants

java.lang.Object
  extended by org.apache.hadoop.hbase.security.visibility.VisibilityConstants

@InterfaceAudience.Private
public final class VisibilityConstants
extends Object


Field Summary
static String AND_OPERATOR
           
static String CHECK_AUTHS_FOR_MUTATION
           
static String CLOSED_PARAN
           
static byte[] LABEL_QUALIFIER
          Qualifier for the internal storage table for visibility labels
static byte[] LABELS_TABLE_FAMILY
          Family for the internal storage table for visibility labels
static TableName LABELS_TABLE_NAME
          Internal storage table for visibility labels
static int NON_EXIST_LABEL_ORDINAL
          Label ordinal value for invalid labels
static String NOT_OPERATOR
           
static String OPEN_PARAN
           
static String OR_OPERATOR
           
static byte SORTED_ORDINAL_SERIALIZATION_FORMAT
          Visibility serialization version format.
static byte[] SORTED_ORDINAL_SERIALIZATION_FORMAT_TAG_VAL
          Byte representation of the visibility_serialization_version
static String VISIBILITY_LABELS_ATTR_KEY
          The string that is used as key in setting the Operation attributes for visibility labels
 
Constructor Summary
VisibilityConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VISIBILITY_LABELS_ATTR_KEY

public static final String VISIBILITY_LABELS_ATTR_KEY
The string that is used as key in setting the Operation attributes for visibility labels

See Also:
Constant Field Values

LABELS_TABLE_NAME

public static final TableName LABELS_TABLE_NAME
Internal storage table for visibility labels


LABELS_TABLE_FAMILY

public static final byte[] LABELS_TABLE_FAMILY
Family for the internal storage table for visibility labels


LABEL_QUALIFIER

public static final byte[] LABEL_QUALIFIER
Qualifier for the internal storage table for visibility labels


SORTED_ORDINAL_SERIALIZATION_FORMAT

public static final byte SORTED_ORDINAL_SERIALIZATION_FORMAT
Visibility serialization version format. It indicates the visibility labels are sorted based on ordinal

See Also:
Constant Field Values

SORTED_ORDINAL_SERIALIZATION_FORMAT_TAG_VAL

public static final byte[] SORTED_ORDINAL_SERIALIZATION_FORMAT_TAG_VAL
Byte representation of the visibility_serialization_version


CHECK_AUTHS_FOR_MUTATION

public static final String CHECK_AUTHS_FOR_MUTATION
See Also:
Constant Field Values

NOT_OPERATOR

public static final String NOT_OPERATOR
See Also:
Constant Field Values

AND_OPERATOR

public static final String AND_OPERATOR
See Also:
Constant Field Values

OR_OPERATOR

public static final String OR_OPERATOR
See Also:
Constant Field Values

OPEN_PARAN

public static final String OPEN_PARAN
See Also:
Constant Field Values

CLOSED_PARAN

public static final String CLOSED_PARAN
See Also:
Constant Field Values

NON_EXIST_LABEL_ORDINAL

public static final int NON_EXIST_LABEL_ORDINAL
Label ordinal value for invalid labels

See Also:
Constant Field Values
Constructor Detail

VisibilityConstants

public VisibilityConstants()


Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.