Uses of Class
uk.gov.gchq.gaffer.accumulostore.utils.BytesAndRange
-
Packages that use BytesAndRange Package Description uk.gov.gchq.gaffer.accumulostore.key uk.gov.gchq.gaffer.accumulostore.key.core uk.gov.gchq.gaffer.accumulostore.utils -
-
Uses of BytesAndRange in uk.gov.gchq.gaffer.accumulostore.key
Methods in uk.gov.gchq.gaffer.accumulostore.key that return BytesAndRange Modifier and Type Method Description BytesAndRange
AccumuloElementConverter. getPropertiesAsBytesFromColumnQualifier(String group, byte[] bytes, int numProps)
Truncates the provided columnQualifier, returning the byte representation of the serialised version of the specified properties. -
Uses of BytesAndRange in uk.gov.gchq.gaffer.accumulostore.key.core
Methods in uk.gov.gchq.gaffer.accumulostore.key.core that return BytesAndRange Modifier and Type Method Description BytesAndRange
AbstractCoreKeyAccumuloElementConverter. getPropertiesAsBytesFromColumnQualifier(String group, byte[] bytes, int numProps)
-
Uses of BytesAndRange in uk.gov.gchq.gaffer.accumulostore.utils
Methods in uk.gov.gchq.gaffer.accumulostore.utils with parameters of type BytesAndRange Modifier and Type Method Description static boolean
ByteUtils. areKeyBytesEqual(BytesAndRange a, BytesAndRange b)
-