Class ObjectProtobufMatcher

java.lang.Object
org.infinispan.objectfilter.impl.BaseMatcher<org.infinispan.protostream.descriptors.Descriptor,org.infinispan.protostream.descriptors.FieldDescriptor,Integer>
org.infinispan.objectfilter.impl.ProtobufMatcher
org.infinispan.query.remote.impl.ObjectProtobufMatcher
All Implemented Interfaces:
org.infinispan.objectfilter.Matcher

public class ObjectProtobufMatcher extends org.infinispan.objectfilter.impl.ProtobufMatcher
  • Field Summary

    Fields inherited from class org.infinispan.objectfilter.impl.BaseMatcher

    propertyHelper
  • Constructor Summary

    Constructors
    Constructor
    Description
    ObjectProtobufMatcher(org.infinispan.protostream.SerializationContext serializationContext, org.infinispan.objectfilter.impl.syntax.IndexedFieldProvider<org.infinispan.protostream.descriptors.Descriptor> indexedFieldProvider, org.infinispan.AdvancedCache<?,?> cache)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.infinispan.objectfilter.impl.MetadataAdapter<org.infinispan.protostream.descriptors.Descriptor,org.infinispan.protostream.descriptors.FieldDescriptor,Integer>
    createMetadataAdapter(org.infinispan.protostream.descriptors.Descriptor messageDescriptor)
     

    Methods inherited from class org.infinispan.objectfilter.impl.ProtobufMatcher

    startMultiTypeContext, startSingleTypeContext

    Methods inherited from class org.infinispan.objectfilter.impl.BaseMatcher

    convert, getFilterRegistryForType, getObjectFilter, getObjectFilter, getObjectFilter, getObjectFilter, getPropertyHelper, match, matchDelta, registerFilter, registerFilter, registerFilter, registerFilter, registerFilter, registerFilter, unregisterFilter

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ObjectProtobufMatcher

      public ObjectProtobufMatcher(org.infinispan.protostream.SerializationContext serializationContext, org.infinispan.objectfilter.impl.syntax.IndexedFieldProvider<org.infinispan.protostream.descriptors.Descriptor> indexedFieldProvider, org.infinispan.AdvancedCache<?,?> cache)
  • Method Details

    • createMetadataAdapter

      protected org.infinispan.objectfilter.impl.MetadataAdapter<org.infinispan.protostream.descriptors.Descriptor,org.infinispan.protostream.descriptors.FieldDescriptor,Integer> createMetadataAdapter(org.infinispan.protostream.descriptors.Descriptor messageDescriptor)
      Overrides:
      createMetadataAdapter in class org.infinispan.objectfilter.impl.ProtobufMatcher