|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hbase.filter.ParseConstants
@InterfaceAudience.Public @InterfaceStability.Stable public final class ParseConstants
ParseConstants holds a bunch of constants related to parsing Filter Strings
Used by ParseFilter
Field Summary | |
---|---|
static int |
A
ASCII code for 'A' |
static byte[] |
AND
AND Byte Array |
static byte[] |
AND_ARRAY
AND Array |
static ByteBuffer |
AND_BUFFER
|
static int |
BACKSLASH
ASCII code for Backslash |
static byte[] |
binaryPrefixType
BinaryPrefixType byte array |
static byte[] |
binaryType
BinaryType byte array |
static int |
COLON
ASCII code for colon (:) |
static int |
COMMA
ASCII code for a comma |
static int |
D
ASCII code for 'D' |
static int |
E
ASCII code for 'E' |
static int |
EQUAL_TO
ASCII code for equal to (=) |
static byte[] |
EQUAL_TO_ARRAY
EQUAL_TO Array |
static ByteBuffer |
EQUAL_TO_BUFFER
|
static String |
FILTER_PACKAGE
Package containing filters |
static byte[] |
GREATER_THAN_ARRAY
GREATER_THAN Array |
static ByteBuffer |
GREATER_THAN_BUFFER
|
static byte[] |
GREATER_THAN_OR_EQUAL_TO_ARRAY
GREATER_THAN_OR_EQUAL_TO Array |
static ByteBuffer |
GREATER_THAN_OR_EQUAL_TO_BUFFER
|
static int |
H
ASCII code for 'H' |
static int |
I
ASCII code for 'I' |
static int |
K
ASCII code for 'K' |
static int |
L
ASCII code for 'L' |
static byte[] |
LESS_THAN_ARRAY
LESS_THAN Array |
static ByteBuffer |
LESS_THAN_BUFFER
|
static byte[] |
LESS_THAN_OR_EQUAL_TO_ARRAY
LESS_THAN_OR_EQUAL_TO Array |
static ByteBuffer |
LESS_THAN_OR_EQUAL_TO_BUFFER
|
static int |
LPAREN
ASCII code for LPAREN |
static byte[] |
LPAREN_ARRAY
LPAREN Array |
static ByteBuffer |
LPAREN_BUFFER
|
static int |
MINUS_SIGN
ASCII for Minus Sign |
static int |
N
ASCII code for 'N' |
static int |
NINE
ASCII code foe Nine |
static byte[] |
NOT_EQUAL_TO_ARRAY
NOT_EQUAL_TO Array |
static ByteBuffer |
NOT_EQUAL_TO_BUFFER
|
static int |
O
ASCII code for 'O' |
static byte[] |
OR
OR Byte Array |
static byte[] |
OR_ARRAY
OR Array |
static ByteBuffer |
OR_BUFFER
|
static int |
P
ASCII code for 'P' |
static int |
R
ASCII code for 'R' |
static byte[] |
regexStringType
RegexStringType byte array |
static int |
RPAREN
ASCII code for RPAREN |
static int |
S
ASCII code for 'S' |
static int |
SINGLE_QUOTE
ASCII code for a single quote |
static byte[] |
SKIP_ARRAY
SKIP Array |
static ByteBuffer |
SKIP_BUFFER
|
static byte[] |
substringType
SubstringType byte array |
static int |
TAB
ASCII code for tab |
static int |
W
ASCII code for 'W' |
static byte[] |
WHILE_ARRAY
WHILE Array |
static ByteBuffer |
WHILE_BUFFER
|
static int |
WHITESPACE
ASCII code for whitespace |
static int |
ZERO
ASCII code for Zero |
Constructor Summary | |
---|---|
ParseConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int LPAREN
public static final int RPAREN
public static final int WHITESPACE
public static final int TAB
public static final int A
public static final int N
public static final int D
public static final int O
public static final int R
public static final int S
public static final int K
public static final int I
public static final int P
public static final byte[] SKIP_ARRAY
public static final ByteBuffer SKIP_BUFFER
public static final int W
public static final int H
public static final int L
public static final int E
public static final byte[] WHILE_ARRAY
public static final ByteBuffer WHILE_BUFFER
public static final byte[] OR_ARRAY
public static final ByteBuffer OR_BUFFER
public static final byte[] AND_ARRAY
public static final ByteBuffer AND_BUFFER
public static final int BACKSLASH
public static final int SINGLE_QUOTE
public static final int COMMA
public static final byte[] LESS_THAN_ARRAY
public static final ByteBuffer LESS_THAN_BUFFER
public static final byte[] LESS_THAN_OR_EQUAL_TO_ARRAY
public static final ByteBuffer LESS_THAN_OR_EQUAL_TO_BUFFER
public static final byte[] GREATER_THAN_ARRAY
public static final ByteBuffer GREATER_THAN_BUFFER
public static final byte[] GREATER_THAN_OR_EQUAL_TO_ARRAY
public static final ByteBuffer GREATER_THAN_OR_EQUAL_TO_BUFFER
public static final byte[] EQUAL_TO_ARRAY
public static final ByteBuffer EQUAL_TO_BUFFER
public static final byte[] NOT_EQUAL_TO_ARRAY
public static final ByteBuffer NOT_EQUAL_TO_BUFFER
public static final int EQUAL_TO
public static final byte[] AND
public static final byte[] OR
public static final byte[] LPAREN_ARRAY
public static final ByteBuffer LPAREN_BUFFER
public static final int COLON
public static final int ZERO
public static final int NINE
public static final byte[] binaryType
public static final byte[] binaryPrefixType
public static final byte[] regexStringType
public static final byte[] substringType
public static final int MINUS_SIGN
public static final String FILTER_PACKAGE
Constructor Detail |
---|
public ParseConstants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |