org.apache.hadoop.hbase.rest
Interface RESTConstants

All Known Implementing Classes:
AbstractController, DatabaseController, RowController, ScannerController, TableController, TimestampController

public interface RESTConstants


Nested Class Summary
static class RESTConstants.FactoryMap
           
 
Field Summary
static String COLUMN
           
static String COLUMNS
           
static String DISABLE
           
static String ENABLE
           
static String EXISTS
           
static String FALSE
           
static String FILTER
           
static String FILTER_RANK
           
static String FILTER_TYPE
           
static String FILTER_VALUE
           
static RESTConstants.FactoryMap filterFactories
           
static String LIMIT
           
static String METADATA
           
static String NAME
           
static String NUM_VERSIONS
           
static String REGIONS
           
static String ROW
           
static String ROWS
           
static String SCANNER
           
static String SCANNER_COLUMN
           
static String SCANNER_FILTER
           
static String SCANNER_RESULT_SIZE
           
static String SCANNER_START_ROW
           
static String SCANNER_STOP_ROW
           
static String SCANNER_TIMESTAMP
           
static String TIME_STAMPS
           
static String TRANSACTION
           
static String TRANSACTION_OPERATION
           
static String TRANSACTION_OPERATION_ABORT
           
static String TRANSACTION_OPERATION_COMMIT
           
static String TRANSACTION_OPERATION_CREATE
           
static String TRUE
           
static String VALUE
           
 

Field Detail

TRUE

static final String TRUE
See Also:
Constant Field Values

FALSE

static final String FALSE
See Also:
Constant Field Values

COLUMNS

static final String COLUMNS
See Also:
Constant Field Values

COLUMN

static final String COLUMN
See Also:
Constant Field Values

EXISTS

static final String EXISTS
See Also:
Constant Field Values

TRANSACTION

static final String TRANSACTION
See Also:
Constant Field Values

TRANSACTION_OPERATION

static final String TRANSACTION_OPERATION
See Also:
Constant Field Values

TRANSACTION_OPERATION_COMMIT

static final String TRANSACTION_OPERATION_COMMIT
See Also:
Constant Field Values

TRANSACTION_OPERATION_CREATE

static final String TRANSACTION_OPERATION_CREATE
See Also:
Constant Field Values

TRANSACTION_OPERATION_ABORT

static final String TRANSACTION_OPERATION_ABORT
See Also:
Constant Field Values

FILTER

static final String FILTER
See Also:
Constant Field Values

FILTER_TYPE

static final String FILTER_TYPE
See Also:
Constant Field Values

FILTER_VALUE

static final String FILTER_VALUE
See Also:
Constant Field Values

FILTER_RANK

static final String FILTER_RANK
See Also:
Constant Field Values

SCANNER

static final String SCANNER
See Also:
Constant Field Values

SCANNER_RESULT_SIZE

static final String SCANNER_RESULT_SIZE
See Also:
Constant Field Values

SCANNER_START_ROW

static final String SCANNER_START_ROW
See Also:
Constant Field Values

SCANNER_STOP_ROW

static final String SCANNER_STOP_ROW
See Also:
Constant Field Values

SCANNER_FILTER

static final String SCANNER_FILTER
See Also:
Constant Field Values

SCANNER_TIMESTAMP

static final String SCANNER_TIMESTAMP
See Also:
Constant Field Values

NUM_VERSIONS

static final String NUM_VERSIONS
See Also:
Constant Field Values

SCANNER_COLUMN

static final String SCANNER_COLUMN
See Also:
Constant Field Values

DISABLE

static final String DISABLE
See Also:
Constant Field Values

ENABLE

static final String ENABLE
See Also:
Constant Field Values

REGIONS

static final String REGIONS
See Also:
Constant Field Values

ROW

static final String ROW
See Also:
Constant Field Values

TIME_STAMPS

static final String TIME_STAMPS
See Also:
Constant Field Values

METADATA

static final String METADATA
See Also:
Constant Field Values

NAME

static final String NAME
See Also:
Constant Field Values

VALUE

static final String VALUE
See Also:
Constant Field Values

ROWS

static final String ROWS
See Also:
Constant Field Values

filterFactories

static final RESTConstants.FactoryMap filterFactories

LIMIT

static final String LIMIT
See Also:
Constant Field Values


Copyright © 2010 The Apache Software Foundation