Interface RaftChannel


public interface RaftChannel
A channel abstraction to invoke commands on the RAFT channel.
Since:
14.0
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    CompletionStage<org.infinispan.commons.io.ByteBuffer>
    send(org.infinispan.commons.io.ByteBuffer buffer)
    Sends a ByteBuffer to the RAFT channel to be ordered by the RAFT leader.