Class NoCachePingOperation

All Implemented Interfaces:
CompletionStage<PingResponse>, Future<PingResponse>, HotRodOperation<PingResponse>, HotRodConstants
Direct Known Subclasses:
CachePingOperation

public class NoCachePingOperation extends AbstractNoCacheHotRodOperation<PingResponse>
  • Constructor Details

    • NoCachePingOperation

      public NoCachePingOperation()
  • Method Details

    • createResponse

      public PingResponse createResponse(io.netty.buffer.ByteBuf buf, short status, HeaderDecoder decoder, Codec codec, CacheUnmarshaller unmarshaller)
    • requestOpCode

      public short requestOpCode()
    • responseOpCode

      public short responseOpCode()