Class IndexingOperation

java.lang.Object
java.util.concurrent.CompletableFuture<Void>
org.infinispan.search.mapper.work.impl.IndexingOperation
All Implemented Interfaces:
CompletionStage<Void>, Future<Void>
Direct Known Subclasses:
AddIndexingOperation, AddOrUpdateIndexingOperation, DeleteIndexingOperation, PurgeIndexingOperation

public abstract class IndexingOperation extends CompletableFuture<Void>
  • Field Details

    • delegate

      protected final org.hibernate.search.mapper.pojo.work.spi.PojoIndexer delegate
    • providedId

      protected final Object providedId
    • routingKey

      protected final String routingKey
  • Constructor Details

    • IndexingOperation

      public IndexingOperation(org.hibernate.search.mapper.pojo.work.spi.PojoIndexer delegate, Object providedId, String routingKey)