Package | Description |
---|---|
org.apache.gora.accumulo.encoders | |
org.apache.gora.accumulo.store |
Modifier and Type | Class and Description |
---|---|
class |
BinaryEncoder |
class |
HexEncoder
Encodes data in a ascii hex representation
|
class |
SignedBinaryEncoder
This class transforms this bits within a primitive type so that
the bit representation sorts correctly lexographicaly.
|
Modifier and Type | Method and Description |
---|---|
static <K> K |
AccumuloStore.fromBytes(Encoder encoder,
Class<K> clazz,
byte[] val) |
static Object |
AccumuloStore.fromBytes(Encoder encoder,
org.apache.avro.Schema schema,
byte[] data) |
static byte[] |
AccumuloStore.toBytes(Encoder encoder,
Object o) |
Copyright © 2010-2015 The Apache Software Foundation. All Rights Reserved.