replTimeout attribute is now ClusteringConfiguration.remoteTimeout.@Deprecated public class SyncConfiguration extends java.lang.Object implements Matchable<SyncConfiguration>
| Modifier and Type | Field and Description |
|---|---|
static AttributeDefinition<java.lang.Long> |
REPL_TIMEOUT
Deprecated.
Since 9.0, replaced with
ClusteringConfiguration.REMOTE_TIMEOUT |
| Modifier and Type | Method and Description |
|---|---|
AttributeSet |
attributes()
Deprecated.
|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
int |
hashCode()
Deprecated.
|
long |
replTimeout()
Deprecated.
Since 9.0, please use
ClusteringConfiguration.remoteTimeout() instead. |
SyncConfiguration |
replTimeout(long l)
Deprecated.
Since 9.0, please use
ClusteringConfiguration.remoteTimeout(long) instead. |
java.lang.String |
toString()
Deprecated.
|
@Deprecated public static final AttributeDefinition<java.lang.Long> REPL_TIMEOUT
ClusteringConfiguration.REMOTE_TIMEOUT@Deprecated public long replTimeout()
ClusteringConfiguration.remoteTimeout() instead.@Deprecated public SyncConfiguration replTimeout(long l)
ClusteringConfiguration.remoteTimeout(long) instead.public AttributeSet attributes()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object