org.apache.hadoop.hbase
Class TagType

java.lang.Object
  extended by org.apache.hadoop.hbase.TagType

@InterfaceAudience.Private
@InterfaceStability.Evolving
public final class TagType
extends Object


Field Summary
static byte ACL_TAG_TYPE
           
static byte LOG_REPLAY_TAG_TYPE
           
static byte STRING_VIS_TAG_TYPE
           
static byte TTL_TAG_TYPE
           
static byte VISIBILITY_EXP_SERIALIZATION_FORMAT_TAG_TYPE
           
static byte VISIBILITY_TAG_TYPE
           
 
Constructor Summary
TagType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACL_TAG_TYPE

public static final byte ACL_TAG_TYPE
See Also:
Constant Field Values

VISIBILITY_TAG_TYPE

public static final byte VISIBILITY_TAG_TYPE
See Also:
Constant Field Values

LOG_REPLAY_TAG_TYPE

public static final byte LOG_REPLAY_TAG_TYPE
See Also:
Constant Field Values

VISIBILITY_EXP_SERIALIZATION_FORMAT_TAG_TYPE

public static final byte VISIBILITY_EXP_SERIALIZATION_FORMAT_TAG_TYPE
See Also:
Constant Field Values

STRING_VIS_TAG_TYPE

public static final byte STRING_VIS_TAG_TYPE
See Also:
Constant Field Values

TTL_TAG_TYPE

public static final byte TTL_TAG_TYPE
See Also:
Constant Field Values
Constructor Detail

TagType

public TagType()


Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.