Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Class and Description |
---|---|
class |
Get
Used to perform Get operations on a single row.
|
class |
Scan
Used to perform Scan operations.
|
Modifier and Type | Method and Description |
---|---|
Query |
Query.setFilter(Filter filter)
Apply the specified server-side filter when performing the Query.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.