| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | HexEncoderEncodes data in a ascii hex representation | 
|  class | SignedBinaryEncoderThis 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
 | 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) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||