JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.apache.accumulo.core.data.KeyValue
Packages that use
KeyValue
Package
Description
org.apache.accumulo.core.data
Uses of
KeyValue
in
org.apache.accumulo.core.data
Method parameters in
org.apache.accumulo.core.data
with type arguments of type
KeyValue
Modifier and Type
Method
Description
static
List
<org.apache.accumulo.core.data.thrift.TKeyValue>
Key.
compress
(
List
<? extends
KeyValue
> param)
Compresses a list of key/value pairs before sending them via thrift.