Class and Description |
---|
org.jgroups.Channel
Use
JChannel instead |
org.jgroups.protocols.GOOGLE_PING
Use GOOGLE_PING2 instead: https://github.com/jgroups-extras/jgroups-google
|
org.jgroups.protocols.S3_PING
Use NATIVE_S3_PING (https://github.com/jgroups-extras/native-s3-ping) instead.
S3_PING will be removed in 5.0.
|
Field and Description |
---|
org.jgroups.protocols.pbcast.GMS.install_view_locally_first
true by default
|
org.jgroups.protocols.pbcast.GMS.max_bundling_time |
org.jgroups.protocols.pbcast.GMS.view_bundling |
Method and Description |
---|
org.jgroups.protocols.pbcast.GMS.getMaxBundlingTime() |
org.jgroups.protocols.pbcast.GMS.isViewBundling() |
org.jgroups.util.Util.readAddresses(DataInput, Class) |
org.jgroups.util.Util.readStreamable(Class<T>, DataInput) |
org.jgroups.protocols.TCPPING.setInitialHosts(List<PhysicalAddress>)
Use
TCPPING.setInitialHosts(Collection) instead (will later get renamed to setInitialHosts()) |
org.jgroups.protocols.pbcast.GMS.setMaxBundlingTime(long) |
org.jgroups.protocols.pbcast.GMS.setViewBundling(boolean) |
org.jgroups.Header.size()
Headers should implement
SizeStreamable.serializedSize() instead |
org.jgroups.util.Util.streamableFromBuffer(Class<T>, byte[], int, int) |
Constructor and Description |
---|
org.jgroups.JChannel(Collection<Protocol>)
Use
JChannel.JChannel(List) instead |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.