Class Codec27

    • Constructor Detail

      • Codec27

        public Codec27()
    • Method Detail

      • writeHeader

        public HeaderParams writeHeader​(io.netty.buffer.ByteBuf buf,
                                        HeaderParams params)
        Description copied from interface: Codec
        Writes a request header with the given parameters to the transport and returns an updated header parameters.
        Specified by:
        writeHeader in interface Codec
        Overrides:
        writeHeader in class Codec26
      • keyIterator

        public <K> org.infinispan.commons.util.CloseableIterator<K> keyIterator​(RemoteCache<K,​?> remoteCache,
                                                                                OperationsFactory operationsFactory,
                                                                                int batchSize)
        Description copied from interface: Codec
        Creates a key iterator with the given batch size if applicable. This iterator does not support removal.
        Specified by:
        keyIterator in interface Codec
        Overrides:
        keyIterator in class Codec23
        Returns: