Class ContinuousQueryResult

java.lang.Object
org.infinispan.query.remote.client.impl.ContinuousQueryResult

@ProtoTypeId(4403) public final class ContinuousQueryResult extends Object
Since:
8.0
Author:
anistor@redhat.com
  • Constructor Details

  • Method Details

    • getResultType

      @ProtoField(1) public ContinuousQueryResult.ResultType getResultType()
    • getKey

      @ProtoField(2) public byte[] getKey()
    • getValue

      @ProtoField(3) public byte[] getValue()
    • getProjection

      public Object[] getProjection()
    • toString

      public String toString()
      Overrides:
      toString in class Object