Class SyncConfiguration

  • All Implemented Interfaces:
    org.infinispan.commons.configuration.attributes.Matchable<SyncConfiguration>

    @Deprecated
    public class SyncConfiguration
    extends Object
    implements org.infinispan.commons.configuration.attributes.Matchable<SyncConfiguration>
    Deprecated.
    Since 9.0, the replTimeout attribute is now ClusteringConfiguration.remoteTimeout.
    If configured all communications are synchronous, in that whenever a thread sends a message sent over the wire, it blocks until it receives an acknowledgment from the recipient. SyncConfig is mutually exclusive with the AsyncConfig.
    • Method Detail

      • replTimeout

        @Deprecated
        public long replTimeout()
        Deprecated.
        Since 9.0, please use ClusteringConfiguration.remoteTimeout() instead.
        This is the timeout used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown.
      • attributes

        public org.infinispan.commons.configuration.attributes.AttributeSet attributes()
        Deprecated.
      • equals

        public boolean equals​(Object obj)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object