replTimeout
attribute is now ClusteringConfiguration.remoteTimeout
.@Deprecated public class SyncConfiguration extends Object implements Matchable<SyncConfiguration>
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<Long> |
REPL_TIMEOUT
Deprecated.
Since 8.3, replaced with
ClusteringConfiguration.REMOTE_TIMEOUT |
Modifier and Type | Method and Description |
---|---|
AttributeSet |
attributes()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
int |
hashCode()
Deprecated.
|
long |
replTimeout()
Deprecated.
Since 8.3, please use
ClusteringConfiguration#replTimeout() instead. |
SyncConfiguration |
replTimeout(long l)
Deprecated.
Since 8.3, please use
ClusteringConfiguration#replTimeout(long) instead. |
String |
toString()
Deprecated.
|
@Deprecated public static final AttributeDefinition<Long> REPL_TIMEOUT
ClusteringConfiguration.REMOTE_TIMEOUT
@Deprecated public long replTimeout()
ClusteringConfiguration#replTimeout()
instead.@Deprecated public SyncConfiguration replTimeout(long l)
ClusteringConfiguration#replTimeout(long)
instead.public AttributeSet attributes()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.