Class StatsAffectingHotRodOperation<T>

java.lang.Object
java.util.concurrent.CompletableFuture<T>
org.infinispan.client.hotrod.impl.operations.HotRodOperation<T>
org.infinispan.client.hotrod.impl.operations.StatsAffectingHotRodOperation<T>
All Implemented Interfaces:
Runnable, CompletionStage<T>, Future<T>, HotRodConstants
Direct Known Subclasses:
ParallelHotRodOperation

public abstract class StatsAffectingHotRodOperation<T> extends HotRodOperation<T>
Since:
9.4
Author:
Tristan Tarrant
  • Field Details

  • Constructor Details

  • Method Details

    • scheduleRead

      protected void scheduleRead(io.netty.channel.Channel channel)
      Overrides:
      scheduleRead in class HotRodOperation<T>
    • statsDataRead

      protected void statsDataRead(boolean success)
    • statsDataRead

      protected void statsDataRead(boolean success, int count)
    • statsDataStore

      protected void statsDataStore()
    • statsDataStore

      protected void statsDataStore(int count)