Class XSiteStatePushCommand

  • All Implemented Interfaces:
    org.infinispan.commands.remote.CacheRpcCommand, ReplicableCommand

    public class XSiteStatePushCommand
    extends XSiteReplicateCommand
    Wraps the state to be sent to another site
    Since:
    7.0
    Author:
    Pedro Ruivo
    • Constructor Detail

      • XSiteStatePushCommand

        public XSiteStatePushCommand​(ByteString cacheName,
                                     XSiteState[] chunk,
                                     long timeoutMillis)
      • XSiteStatePushCommand

        public XSiteStatePushCommand​(ByteString cacheName)
      • XSiteStatePushCommand

        public XSiteStatePushCommand()