Package | Description |
---|---|
org.jgroups.fork |
Modifier and Type | Method and Description |
---|---|
ForkChannel |
ForkChannel.addAddressGenerator(AddressGenerator address_generator) |
ForkChannel |
ForkChannel.connect(String cluster_name)
Connects the fork-channel, which will be operational after this.
|
ForkChannel |
ForkChannel.connect(String cluster_name,
Address target,
long timeout) |
ForkChannel |
ForkChannel.disconnect()
Removes the fork-channel from the fork-stack's hashmap and resets its state.
|
ForkChannel |
ForkChannel.getState(Address target,
long timeout) |
ForkChannel |
ForkChannel.send(Message msg) |
protected ForkChannel |
ForkChannel.setLocalAddress(Address local_addr) |
ForkChannel |
ForkChannel.setName(String name) |
ForkChannel |
ForkChannel.startFlush(boolean automatic_resume) |
ForkChannel |
ForkChannel.startFlush(List<Address> flushParticipants,
boolean automatic_resume) |
ForkChannel |
ForkChannel.stopFlush() |
ForkChannel |
ForkChannel.stopFlush(List<Address> flushParticipants) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.