This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.gora.accumulo.encoders.Encoder (Apache Gora 0.2 API)

Uses of Interface
org.apache.gora.accumulo.encoders.Encoder

Packages that use Encoder
org.apache.gora.accumulo.encoders   
org.apache.gora.accumulo.store   
 

Uses of Encoder in org.apache.gora.accumulo.encoders
 

Classes in org.apache.gora.accumulo.encoders that implement Encoder
 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.
 

Uses of Encoder in org.apache.gora.accumulo.store
 

Methods in org.apache.gora.accumulo.store with parameters of type Encoder
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-2013 The Apache Software Foundation. All Rights Reserved.