Package | Description |
---|---|
org.jgroups.auth | |
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
org.jgroups.protocols.pbcast |
Supports probabilistic broadcasts.
|
org.jgroups.protocols.relay | |
org.jgroups.stack |
Support for managing protocol stacks.
|
Modifier and Type | Field and Description |
---|---|
protected boolean |
RegexMembership.match_ip_address |
protected boolean |
RegexMembership.match_logical_name |
protected String |
RegexMembership.match_string |
Modifier and Type | Method and Description |
---|---|
void |
X509Token.setCertPassword(String pwd) |
void |
FixedMembershipToken.setFixedMembersSeparator(String value) |
void |
X509Token.setKeyStorePassword(String pwd) |
void |
FixedMembershipToken.setMemberList(String list) |
Modifier and Type | Field and Description |
---|---|
protected String |
S3_PING.access_key |
protected boolean |
RSVP.ack_on_delivery |
protected String |
RACKSPACE_PING.apiKey |
protected String |
SWIFT_PING.auth_type |
protected String |
SWIFT_PING.auth_url |
protected InetAddress |
VERIFY_SUSPECT.bind_addr |
protected InetAddress |
TP.bind_addr |
protected InetAddress |
STOMP.bind_addr |
protected String |
VERIFY_SUSPECT.bind_interface_str |
protected String |
TP.bind_interface_str |
protected String |
FD_SOCK.bind_interface_str |
protected String |
FD_ICMP.bind_interface_str |
protected String |
MPING.bind_interface_str |
protected int |
TP.bind_port
The port to which the transport binds.
|
protected int |
BPING.bind_port |
protected boolean |
Discovery.break_on_coord_rsp |
protected String |
RELAY.bridge_name |
protected String |
RELAY.bridge_props |
protected int |
TP.bundler_capacity |
protected String |
TP.bundler_type |
protected boolean |
Executing.bypass_bundling |
protected boolean |
COUNTER.bypass_bundling |
protected boolean |
Locking.bypass_bundling |
protected InetAddress |
BasicTCP.client_bind_addr |
protected int |
BasicTCP.client_bind_port |
protected long |
BasicTCP.conn_expire_time |
protected long |
UNICAST2.conn_expiry_timeout |
protected long |
UNICAST.conn_expiry_timeout |
protected String |
JDBC_PING.connection_driver |
protected String |
JDBC_PING.connection_password |
protected String |
JDBC_PING.connection_url |
protected String |
JDBC_PING.connection_username |
protected String |
RACKSPACE_PING.container |
protected String |
SWIFT_PING.container |
protected boolean |
DUPL.copy_multicast_msgs |
protected boolean |
DUPL.copy_unicast_msgs |
protected String |
JDBC_PING.datasource_jndi_name |
protected boolean |
BasicTCP.defer_client_bind_addr |
protected String |
JDBC_PING.delete_single_sql |
protected int |
SEQUENCER.delivery_table_max_size |
protected String |
BPING.dest |
protected InetAddress |
TP.diagnostics_addr |
protected List<NetworkInterface> |
TP.diagnostics_bind_interfaces |
protected String |
TP.diagnostics_passcode |
protected int |
TP.diagnostics_port |
protected int |
TP.diagnostics_ttl |
protected boolean |
UDP.disable_loopback |
protected boolean |
TP.discard_incompatible_packets
Deprecated.
|
protected boolean |
SHUFFLE.down |
protected boolean |
TP.enable_bundling |
protected boolean |
TP.enable_diagnostics |
protected boolean |
TP.enable_unicast_bundling
Enable bundling for unicast messages.
|
protected String |
STOMP.endpoint_addr |
protected boolean |
STOMP.exact_destination_match |
protected long |
SCOPE.expiration_interval |
protected long |
SCOPE.expiration_time |
protected int |
UNICAST2.exponential_backoff
Deprecated.
|
protected InetAddress |
TP.external_addr |
protected InetAddress |
FD_SOCK.external_addr |
protected int |
TP.external_port |
protected int |
FD_SOCK.external_port |
protected boolean |
Discovery.force_sending_discovery_rsps |
protected boolean |
STOMP.forward_non_client_generated_msgs |
protected boolean |
FlowControl.ignore_synchronous_response
Whether an up thread that comes back down should be allowed to bypass blocking if all credits are exhausted.
|
protected int |
DUPL.incoming_copies |
protected int |
MERGE2.inconsistent_view_threshold |
protected String |
JDBC_PING.initialize_sql |
protected String |
JDBC_PING.insert_single_sql |
protected long |
FILE_PING.interval |
protected boolean |
UDP.ip_mcast |
protected int |
UDP.ip_ttl |
protected int |
BasicTCP.linger |
protected String |
FILE_PING.location |
protected boolean |
TP.log_discard_msgs
Whether or not warnings about messages from different groups are logged - private flag, not for common use
|
protected boolean |
TP.log_discard_msgs_version |
protected boolean |
UNICAST2.log_not_found_msgs |
protected long |
TP.logical_addr_cache_expiration |
protected int |
TP.logical_addr_cache_max_size |
protected boolean |
TP.loopback
If true, messages sent to self are treated specially: unicast messages are looped back immediately,
multicast messages get a local copy first and - when the real copy arrives - it will be discarded.
|
protected long |
FlowControl.max_block_time
Max time (in milliseconds) to block.
|
protected long |
UNICAST2.max_bytes |
protected long |
RATE_LIMITER.max_bytes |
protected long |
FlowControl.max_credits
Max number of bytes to send per receiver until an ack must be received before continuing sending
|
protected int |
TCPPING.max_dynamic_hosts |
protected long |
MERGE2.max_interval |
protected int |
UNICAST2.max_msg_batch_size |
protected int |
UNICAST.max_msg_batch_size |
protected int |
MERGE3.max_participants_in_merge |
protected int |
SHUFFLE.max_size |
protected int |
UNICAST2.max_stable_msgs |
protected long |
SHUFFLE.max_time |
protected int |
FD.max_tries |
protected InetAddress |
UDP.mcast_group_addr |
protected int |
UDP.mcast_port |
protected int |
UDP.mcast_recv_buf_size |
protected int |
UDP.mcast_send_buf_size |
protected boolean |
MERGE2.merge_fast |
protected long |
MERGE2.merge_fast_delay |
protected long |
FlowControl.min_credits
Computed as max_credits times min_theshold.
|
protected long |
MERGE2.min_interval |
protected double |
FlowControl.min_threshold
If we're down to (min_threshold * max_credits) bytes for P, we send more credits to P.
|
protected int |
COUNTER.num_backups |
protected int |
CENTRAL_LOCK.num_backups |
protected int |
CENTRAL_EXECUTOR.num_backups |
protected int |
Discovery.num_initial_members |
protected int |
Discovery.num_initial_srv_members
Deprecated.
|
protected int |
VERIFY_SUSPECT.num_msgs |
protected boolean |
TP.oob_thread_pool_enabled |
protected boolean |
TP.oob_thread_pool_queue_enabled |
protected int |
TP.oob_thread_pool_queue_max_size |
protected int |
DUPL.outgoing_copies |
protected String |
SWIFT_PING.password |
protected int |
BasicTCP.peer_addr_read_timeout |
protected int |
TP.physical_addr_max_fetch_attempts |
protected int |
STOMP.port |
protected int |
TP.port_range |
protected int |
BPING.port_range |
protected String |
S3_PING.pre_signed_delete_url |
protected String |
S3_PING.pre_signed_put_url |
protected String |
S3_PING.prefix |
protected boolean |
RELAY.present_global_views |
protected long |
BasicTCP.reaper_interval |
protected List<NetworkInterface> |
TP.receive_interfaces
List
|
protected boolean |
TP.receive_on_all_interfaces |
protected long |
COUNTER.reconciliation_timeout |
protected int |
BasicTCP.recv_buf_size |
protected String |
RACKSPACE_PING.region |
protected boolean |
RELAY.relay |
protected long |
FORWARD_TO_COORD.resend_delay
Deprecated.
|
protected long |
RSVP.resend_interval |
protected boolean |
Discovery.return_entire_cache |
protected String |
S3_PING.secret_access_key |
protected int |
UNICAST.segment_capacity
Deprecated.
|
protected String |
JDBC_PING.select_all_pingdata_sql |
protected int |
BasicTCP.send_buf_size |
protected boolean |
STOMP.send_info |
protected int |
BasicTCP.send_queue_size |
protected String |
TP.singleton_name |
protected String |
RELAY.site |
protected int |
BasicTCP.sock_conn_timeout |
protected long |
UNICAST2.stable_interval |
protected long |
Discovery.stagger_timeout |
protected long |
TP.suppress_time_different_cluster_warnings |
protected long |
TP.suppress_time_different_version_warnings |
protected boolean |
BasicTCP.tcp_nodelay |
protected String |
SWIFT_PING.tenant |
protected String |
SCOPE.thread_naming_pattern |
protected String |
TP.thread_naming_pattern |
protected boolean |
TP.thread_pool_enabled |
protected boolean |
TP.thread_pool_queue_enabled |
protected int |
TP.thread_pool_queue_max_size |
protected String |
TP.thread_pool_rejection_policy |
protected int |
SEQUENCER.threshold |
protected boolean |
RSVP.throw_exception_on_timeout |
protected long |
TP.tick_time |
protected long |
RATE_LIMITER.time_period |
protected long |
VERIFY_SUSPECT.timeout |
protected long |
Discovery.timeout |
protected long |
COUNTER.timeout |
protected long |
RSVP.timeout |
protected long |
FD.timeout |
protected int |
TP.timer_queue_max_size |
protected String |
TP.timer_rejection_policy |
protected String |
TP.timer_type |
protected int |
UDP.tos
Traffic class for sending unicast and multicast datagrams.
|
protected int |
FD_ICMP.ttl
Time-to-live for InetAddress.isReachable()
|
protected int |
UDP.ucast_recv_buf_size |
protected int |
UDP.ucast_send_buf_size |
protected boolean |
SHUFFLE.up |
protected boolean |
DISCARD.use_gui |
protected boolean |
VERIFY_SUSPECT.use_icmp |
protected boolean |
VERIFY_SUSPECT.use_mcast_rsps |
protected boolean |
UNICAST2.use_range_based_retransmitter |
protected boolean |
BasicTCP.use_send_queues |
protected String |
RACKSPACE_PING.username |
protected String |
SWIFT_PING.username |
protected int |
TP.wheel_size |
protected long |
TP.who_has_cache_timeout |
protected long |
UNICAST2.xmit_interval |
protected long |
UNICAST.xmit_interval |
protected boolean |
UNICAST2.xmit_table_automatic_purging
Deprecated.
|
protected long |
UNICAST2.xmit_table_max_compaction_time |
protected long |
UNICAST.xmit_table_max_compaction_time |
protected int |
UNICAST2.xmit_table_msgs_per_row |
protected int |
UNICAST.xmit_table_msgs_per_row |
protected int |
UNICAST2.xmit_table_num_rows |
protected int |
UNICAST.xmit_table_num_rows |
protected double |
UNICAST2.xmit_table_resize_factor |
protected double |
UNICAST.xmit_table_resize_factor |
Modifier and Type | Method and Description |
---|---|
void |
AUTH.setAuthClass(String class_name) |
void |
TUNNEL.setGossipRouterHosts(String hosts) |
void |
TCPGOSSIP.setInitialHosts(List<InetSocketAddress> hosts) |
void |
FlowControl.setMaxBlockTimes(String str) |
void |
FC.setMaxBlockTimes(String str) |
void |
TP.setMaxBundleSize(int size) |
void |
UDP.setMaxBundleSize(int size) |
void |
TP.setMaxBundleTimeout(long timeout) |
void |
MERGE3.setMaxInterval(long val) |
void |
UNICAST2.setMaxRetransmitTime(long max_retransmit_time) |
void |
UNICAST.setMaxRetransmitTime(long max_retransmit_time) |
void |
MERGE3.setMinInterval(long i) |
void |
TP.setOOBThreadPoolKeepAliveTime(long time) |
void |
TP.setOOBThreadPoolMaxThreads(int size) |
void |
TP.setOOBThreadPoolMinThreads(int size) |
void |
SCOPE.setThreadPoolKeepAliveTime(long time) |
void |
TP.setThreadPoolKeepAliveTime(long time) |
void |
SCOPE.setThreadPoolMaxThreads(int size) |
void |
TP.setThreadPoolMaxThreads(int size) |
void |
SCOPE.setThreadPoolMinThreads(int size) |
void |
TP.setThreadPoolMinThreads(int size) |
void |
UNICAST2.setTimeout(int[] val)
Deprecated.
|
void |
UNICAST.setTimeout(int[] val)
Deprecated.
|
void |
TP.setTimerKeepAliveTime(long time) |
void |
TP.setTimerMaxThreads(int size) |
void |
TP.setTimerMinThreads(int size) |
Modifier and Type | Field and Description |
---|---|
protected int |
NAKACK2.become_server_queue_size |
protected int |
NAKACK.become_server_queue_size |
protected InetAddress |
STATE_SOCK.bind_addr |
protected String |
STATE_SOCK.bind_interface_str |
protected int |
STATE_SOCK.bind_port |
protected int |
StreamingStateTransfer.buffer_size |
protected boolean |
FLUSH.bypass |
protected double |
STABLE.cap |
protected boolean |
NAKACK2.discard_delivered_msgs
Messages that have been received in order are sent up the stack (= delivered to the application).
|
protected InetAddress |
STATE_SOCK.external_addr |
protected int |
STATE_SOCK.external_port |
protected Class<Callable<Boolean>> |
GMS.flushInvokerClass |
protected boolean |
NAKACK2.log_discard_msgs
If true, logs messages discarded because received from other members
|
protected boolean |
NAKACK2.log_not_found_msgs |
protected long |
STABLE.max_bytes
Total amount of bytes from incoming messages (default = 0 = disabled).
|
protected int |
NAKACK2.max_msg_batch_size |
protected int |
StreamingStateTransfer.max_pool |
protected long |
NAKACK2.max_rebroadcast_timeout |
protected int |
GMS.num_prev_mbrs |
protected long |
StreamingStateTransfer.pool_thread_keep_alive |
protected boolean |
NAKACK2.print_stability_history_on_failed_xmit
When not finding a message on an XMIT request, include the last N
stability messages in the error message
|
protected boolean |
NAKACK.print_stability_history_on_failed_xmit
When not finding a message on an XMIT request, include the last N stability messages in the error message
|
protected long |
NAKACK2.suppress_time_non_member_warnings |
protected long |
NAKACK.suppress_time_non_member_warnings |
protected boolean |
NAKACK2.use_mcast_xmit
Retransmit messages using multicast rather than unicast.
|
protected boolean |
NAKACK2.use_mcast_xmit_req
Use a multicast to request retransmission of missing messages.
|
protected boolean |
NAKACK2.xmit_from_random_member
Ask a random member for retransmission of a missing message.
|
protected long |
NAKACK2.xmit_interval |
protected long |
NAKACK.xmit_stagger_timeout |
protected long |
NAKACK2.xmit_table_max_compaction_time |
protected int |
NAKACK2.xmit_table_msgs_per_row |
protected int |
NAKACK2.xmit_table_num_rows |
protected double |
NAKACK2.xmit_table_resize_factor |
Modifier and Type | Field and Description |
---|---|
protected boolean |
RELAY2.async_relay_creation |
protected boolean |
RELAY2.can_become_site_master |
protected boolean |
RELAY2.can_forward_local_cluster |
protected String |
RELAY2.config |
protected boolean |
RELAY2.enable_address_tagging |
protected long |
RELAY2.forward_sleep |
protected int |
RELAY2.fwd_queue_max_size |
protected int |
RELAY2.max_forward_attempts |
protected boolean |
RELAY2.relay_multicasts |
protected String |
RELAY2.site |
protected long |
RELAY2.site_down_timeout |
Modifier and Type | Field and Description |
---|---|
protected boolean |
Protocol.ergonomics |
protected short |
Protocol.id |
protected String |
Protocol.name
The name of the protocol.
|
protected boolean |
Protocol.stats |
Modifier and Type | Method and Description |
---|---|
void |
Protocol.setLevel(String level)
Sets the level of a logger.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.