Class BinaryQueryResult

All Implemented Interfaces:
QueryResult<Binary,Binary>, Evolvable, ExternalizableLite, EvolvablePortableObject, PortableObject, Serializable, Comparable<BinaryQueryResult>

public class BinaryQueryResult extends BaseQueryResult<Binary,Binary> implements Comparable<BinaryQueryResult>
A QueryResult where data is held in serialized binary format.
See Also:
  • Constructor Details

    • BinaryQueryResult

      public BinaryQueryResult()
      Default constructor for serialization.
    • BinaryQueryResult

      public BinaryQueryResult(double distance, Binary key, Binary value)
      Parameters:
      distance - the calculated vector distance
      key - the key of the associated entry in binary format
      value - the value in binary format
  • Method Details