Uses of Package
org.apache.accumulo.core.client.lexicoder
Packages that use org.apache.accumulo.core.client.lexicoder
Package
Description
- 
Classes in org.apache.accumulo.core.client.lexicoder used by org.apache.accumulo.core.client.lexicoderClassDescriptionAbstractEncoder is an
Encoderthat implements all of Encoder's methods validating the input, but has those methods defer logic to a new method,AbstractEncoder.decodeUnchecked(byte[], int, int).An encoder represents a typed object that can be encoded/decoded to/from a byte array.A lexicoder provides methods to convert to/from byte arrays.Unsigned long lexicoder. - 
Classes in org.apache.accumulo.core.client.lexicoder used by org.apache.accumulo.core.iteratorsClassDescriptionAbstractEncoder is an
Encoderthat implements all of Encoder's methods validating the input, but has those methods defer logic to a new method,AbstractEncoder.decodeUnchecked(byte[], int, int).An encoder represents a typed object that can be encoded/decoded to/from a byte array.A lexicoder provides methods to convert to/from byte arrays. - 
Classes in org.apache.accumulo.core.client.lexicoder used by org.apache.accumulo.core.iterators.userClassDescriptionAbstractEncoder is an
Encoderthat implements all of Encoder's methods validating the input, but has those methods defer logic to a new method,AbstractEncoder.decodeUnchecked(byte[], int, int).An encoder represents a typed object that can be encoded/decoded to/from a byte array.A lexicoder provides methods to convert to/from byte arrays.