程序包 | 说明 |
---|---|
org.apache.hadoop.hbase.client.coprocessor |
Provides client classes for invoking Coprocessor RPC protocols
Overview
Example Usage
Overview
The coprocessor framework provides a way for custom code to run in place on the
HBase region servers with each of a table's regions.
|
类和说明 |
---|
ColumnInterpreter
Defines how value for specific column is interpreted and provides utility
methods like compare, add, multiply etc for them.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.