Uses of Class
org.jgroups.annotations.ManagedAttribute
-
Packages that use ManagedAttribute Package Description org.jgroups Provides top-level public JGroups classes such as Channel, Message, etc.org.jgroups.blocks Provides building blocks that are layered on top of channels.org.jgroups.blocks.cs org.jgroups.demos Provides demonstrations of JGroups functionality.org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network.org.jgroups.protocols.pbcast org.jgroups.protocols.relay org.jgroups.stack Support for managing protocol stacks.org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of ManagedAttribute in org.jgroups
Fields in org.jgroups with annotations of type ManagedAttribute Modifier and Type Field Description protected boolean
JChannel. discard_own_messages
protected boolean
JChannel. stats
Methods in org.jgroups with annotations of type ManagedAttribute Modifier and Type Method Description java.lang.String
JChannel. getAddressAsString()
java.lang.String
JChannel. getAddressAsUUID()
java.lang.String
JChannel. getClusterName()
java.lang.String
JChannel. getState()
static java.lang.String
JChannel. getVersion()
java.lang.String
JChannel. getViewAsString()
boolean
JChannel. isClosed()
boolean
JChannel. isConnected()
boolean
JChannel. isConnecting()
boolean
JChannel. isOpen()
JChannel
JChannel. setName(java.lang.String name)
Sets the logical name for the channel. -
Uses of ManagedAttribute in org.jgroups.blocks
Methods in org.jgroups.blocks with annotations of type ManagedAttribute Modifier and Type Method Description int
ReplCache. getClusterSize()
java.lang.String
ReplCache. getLocalAddressAsString()
int
Cache. getSize()
java.lang.String
ReplCache. getView()
boolean
ReplCache. isL1CacheEnabled()
boolean
Cache. isReapingEnabled()
-
Uses of ManagedAttribute in org.jgroups.blocks.cs
Fields in org.jgroups.blocks.cs with annotations of type ManagedAttribute Modifier and Type Field Description protected long
BaseServer. conn_expire_time
protected boolean
BaseServer. log_details
protected int
BaseServer. max_length
protected int
NioBaseServer. max_send_buffers
protected int
NioBaseServer. num_selects
protected int
BaseServer. recv_buf_size
protected int
BaseServer. send_buf_size
protected boolean
BaseServer. use_acks
protected boolean
BaseServer. use_peer_connections
Methods in org.jgroups.blocks.cs with annotations of type ManagedAttribute Modifier and Type Method Description int
BaseServer. getNumConnections()
int
BaseServer. getNumOpenConnections()
boolean
BaseServer. running()
-
Uses of ManagedAttribute in org.jgroups.demos
Methods in org.jgroups.demos with annotations of type ManagedAttribute Modifier and Type Method Description void
JmxDemo. foobar()
int
JmxDemo. getAccountNumber()
int
JmxDemo. getMaxAge()
static int
JmxDemo. getMyFoo()
java.lang.String
JmxDemo. getNumberAsString()
static boolean
JmxDemo. isFlag()
void
JmxDemo. setAccountNumber(int num)
void
JmxDemo. setMaxAge(int age)
void
JmxDemo. setMyNumber(long new_number)
void
JmxDemo. setNumber(int num)
void
JmxDemo. setOtherNumber(int num)
-
Uses of ManagedAttribute in org.jgroups.protocols
Fields in org.jgroups.protocols with annotations of type ManagedAttribute Modifier and Type Field Description protected boolean
SEQUENCER. ack_mode
When ack_mode is set, we need to wait for an ack for each forwarded message until we can send the next oneprotected java.util.concurrent.atomic.LongAdder
NAKACK4. acks_received
protected AverageMinMax
MsgStats. avg_batch_size
The average number of messages in a receivedMessageBatch
protected AverageMinMax
ReliableMulticast. avg_batch_size
The average number of messages in a receivedMessageBatch
protected AverageMinMax
RATE_LIMITER2. avg_block_time
protected AverageMinMax
UNICAST3. avg_delivery_batch_size
protected AverageMinMax
THREAD_COUNT. avg_down
protected AverageMinMax
TransferQueueBundler. avg_fill_count
protected AverageMinMax
TransferQueueBundler2. avg_fill_count
protected double
RED. avg_queue_size
protected AverageMinMax
BaseBundler. avg_send_time
protected AverageMinMax
THREAD_COUNT. avg_up
protected AverageMinMax
TIME. avg_up_batch_size
protected long
SEQUENCER. bcast_msgs
protected long
SEQUENCER2. bcasts_delivered
protected long
SEQUENCER2. bcasts_received
protected long
SEQUENCER2. bcasts_sent
protected long
RATE_LIMITER2. bytes_left
protected java.lang.String
FD_SOCK2. cluster
protected AsciiString
TP. cluster_name
The name of the group to which this member is connected.protected View
SHARED_LOOPBACK. curr_view
protected long
SEQUENCER. delivered_bcasts
protected AverageMinMax
TIME. down_delivery
protected java.util.concurrent.atomic.LongAdder
RED. dropped_msgs
protected java.lang.String
STOMP. endpoint
protected long
SEQUENCER. forwarded_msgs
protected boolean
RSVP. handle_unicasts
protected boolean
FailureDetection. has_suspected_mbrs
protected boolean
FD_HOST. has_suspected_mbrs
protected boolean
TCPPING. initial_hosts_set_programmatically
protected boolean
Discovery. is_coord
protected boolean
MERGE3. is_coord
protected boolean
SEQUENCER. is_coord
protected boolean
ReliableMulticast. is_trace
protected boolean
TP. is_trace
protected boolean
UNICAST3. is_trace
protected Address
BatchBundler. local_addr
protected Membership
FD_SOCK2. members
protected int
DAISYCHAIN. msgs_forwarded
protected int
DAISYCHAIN. msgs_sent
protected Address
DAISYCHAIN. next
protected int
SEQUENCER. num_acks
protected java.util.concurrent.atomic.LongAdder
UNICAST3. num_acks_received
protected java.util.concurrent.atomic.LongAdder
UNICAST3. num_acks_sent
protected java.util.concurrent.atomic.LongAdder
MsgStats. num_batches_received
protected java.util.concurrent.atomic.LongAdder
MsgStats. num_batches_sent
protected java.util.concurrent.atomic.LongAdder
PerDestinationBundler. num_batches_sent
protected int
FD_ALL3. num_bits
protected int
RATE_LIMITER. num_blockings
protected java.util.concurrent.atomic.LongAdder
RATE_LIMITER2. num_blockings
protected long
RATE_LIMITER. num_bytes_sent_in_period
Keeps track of the number of bytes sent in the current time periodprotected long
FlowControl. num_credit_requests_received
protected long
FlowControl. num_credit_requests_sent
protected long
FlowControl. num_credit_responses_received
protected long
FlowControl. num_credit_responses_sent
protected int
Discovery. num_discovery_requests
protected int
DISCARD. num_down
protected java.util.concurrent.atomic.LongAdder
RATE_LIMITER2. num_dropped_msgs
protected long
TransferQueueBundler. num_drops_on_full_queue
protected long
BATCH. num_ebs_sent
protected long
BATCH2. num_ebs_sent
protected long
BatchBundler. num_ebs_sent
protected long
BATCH. num_ebs_sent_due_to_full_queue
protected long
BATCH2. num_ebs_sent_due_to_full_queue
protected long
BatchBundler. num_ebs_sent_due_to_full_queue
protected long
BATCH. num_ebs_sent_due_to_max_number_of_msgs
protected long
BATCH2. num_ebs_sent_due_to_max_number_of_msgs
protected long
BatchBundler. num_ebs_sent_due_to_max_number_of_msgs
protected long
BATCH. num_ebs_sent_due_to_timeout
protected long
BATCH2. num_ebs_sent_due_to_timeout
protected long
BatchBundler. num_ebs_sent_due_to_timeout
protected int
FailureDetection. num_heartbeats_received
protected int
FailureDetection. num_heartbeats_sent
protected int
FD_HOST. num_liveness_checks
protected java.util.concurrent.atomic.LongAdder
UNICAST3. num_loopbacks
protected java.util.concurrent.atomic.LongAdder
MsgStats. num_mcast_bytes_received
protected java.util.concurrent.atomic.LongAdder
MsgStats. num_mcast_bytes_sent
protected java.util.concurrent.atomic.LongAdder
MsgStats. num_mcasts_received
protected java.util.concurrent.atomic.LongAdder
MsgStats. num_mcasts_sent
protected int
MERGE3. num_merge_events
protected int
ReliableMulticast. num_messages_received
protected int
ReliableMulticast. num_messages_sent
protected long
FlowControl. num_msgs_dropped
protected java.util.concurrent.atomic.LongAdder
UNICAST3. num_msgs_received
protected long
BATCH. num_msgs_sent
protected long
BATCH2. num_msgs_sent
protected long
BatchBundler. num_msgs_sent
protected java.util.concurrent.atomic.LongAdder
UNICAST3. num_msgs_sent
protected int
REVERSE. num_msgs_to_reverse
protected int
RATE_LIMITER2. num_replenishments
protected java.util.concurrent.atomic.LongAdder
PerDestinationBundler. num_send_due_to_no_msgs
protected long
TransferQueueBundler. num_sends_because_full_queue
protected long
TransferQueueBundler2. num_sends_because_full_queue
protected long
TransferQueueBundler. num_sends_because_no_msgs
protected long
TransferQueueBundler2. num_sends_because_no_msgs
protected java.util.concurrent.atomic.LongAdder
PerDestinationBundler. num_sends_due_to_max_size
protected java.util.concurrent.atomic.LongAdder
MsgStats. num_single_msgs_received
protected java.util.concurrent.atomic.LongAdder
MsgStats. num_single_msgs_sent
protected java.util.concurrent.atomic.LongAdder
PerDestinationBundler. num_single_msgs_sent
protected int
FailureDetection. num_suspect_events
protected int
FD_HOST. num_suspect_events
protected int
FD_SOCK2. num_suspect_events
protected java.util.concurrent.atomic.LongAdder
MsgStats. num_ucast_bytes_received
protected java.util.concurrent.atomic.LongAdder
MsgStats. num_ucast_bytes_sent
protected java.util.concurrent.atomic.LongAdder
MsgStats. num_ucasts_received
protected java.util.concurrent.atomic.LongAdder
MsgStats. num_ucasts_sent
protected int
DISCARD. num_up
protected java.util.concurrent.atomic.LongAdder
UNICAST3. num_xmits
protected Membership
FD_SOCK2. pingable_mbrs
protected int
RED. queue_capacity
protected int
FILE_PING. reads
protected long
SEQUENCER. received_bcasts
protected long
SEQUENCER. received_forwards
protected long
SEQUENCER2. received_requests
protected long
SEQUENCER2. received_responses
protected boolean
UNICAST3. relay_present
protected long
SEQUENCER2. request_msgs
protected long
SEQUENCER2. response_msgs
protected boolean
VERIFY_SUSPECT2. running
protected boolean
Discovery. sends_can_block
protected boolean
ReliableMulticast. sends_can_block
protected boolean
UNICAST3. sends_can_block
protected long
SEQUENCER2. sent_requests
protected long
SEQUENCER2. sent_responses
protected boolean
FD_SOCK2. shutting_down
protected Membership
FD_SOCK2. suspected_mbrs
protected java.util.Set<java.lang.Long>
NON_BLOCKING_SENDS. threads
protected boolean
TP. timer_handle_non_blocking_tasks
protected java.util.concurrent.atomic.LongAdder
RED. total_msgs
protected java.util.concurrent.atomic.LongAdder
PerDestinationBundler. total_msgs_sent
protected boolean
Discovery. transport_supports_multicasting
protected java.util.Collection<java.lang.String>
TCPPING. unresolved_hosts
protected AverageMinMax
TIME. up_delivery_batches
protected AverageMinMax
TIME. up_delivery_msgs
protected View
DAISYCHAIN. view
protected int
FILE_PING. writes
protected java.util.concurrent.atomic.LongAdder
ReliableMulticast. xmit_reqs_received
protected java.util.concurrent.atomic.LongAdder
UNICAST3. xmit_reqs_received
protected java.util.concurrent.atomic.LongAdder
ReliableMulticast. xmit_reqs_sent
protected java.util.concurrent.atomic.LongAdder
UNICAST3. xmit_reqs_sent
protected java.util.concurrent.atomic.LongAdder
ReliableMulticast. xmit_rsps_received
protected java.util.concurrent.atomic.LongAdder
ReliableMulticast. xmit_rsps_sent
protected java.util.concurrent.atomic.LongAdder
UNICAST3. xmit_rsps_sent
Methods in org.jgroups.protocols with annotations of type ManagedAttribute Modifier and Type Method Description double
BATCH. avgBatchSize()
double
BATCH2. avgBatchSize()
double
BatchBundler. avgBatchSize()
double
PerDestinationBundler. avgBatchSize()
java.lang.String
RemoveQueueBundler. avgBatchSize()
java.lang.String
RATE. currentReceiveRate()
java.lang.String
RATE. currentSendRate()
java.lang.String
CLEAR_FLAGS. flags()
int
FD_SOCK2. getActualBindPort()
int
UNICAST3. getAgeOutCacheSize()
java.lang.String
AlternatingBundler. getAverageBatchSize()
double
RATE_LIMITER. getAverageBlockTime()
double
MFC. getAverageTimeBlocked()
double
UFC. getAverageTimeBlocked()
java.lang.String
FRAG2. getAvgSizeDown()
java.lang.String
FRAG3. getAvgSizeDown()
java.lang.String
FRAG2. getAvgSizeUp()
java.lang.String
FRAG3. getAvgSizeUp()
AverageMinMax
NAKACK4. getAvgTimeBlocked()
java.lang.String
COUNTER. getBackupCoords()
int
ReliableMulticast. getBecomeServerQueueSizeActual()
java.lang.String
TP. getBundlerClass()
int
FD_SOCK. getClientBindPortActual()
java.lang.String
FD_SOCK2. getClientState()
java.lang.String
TP. getClusterName()
java.lang.String
Discovery. getCurrentCoord()
long
ReliableMulticast. getCurrentSeqno()
int
TP. getDifferentClusterMessages()
int
TP. getDifferentVersionMessages()
static int
LOCAL_PING. getDiscoveryCacheSize()
long
RED. getDroppedMessages()
Deprecated.int
UDP. getDroppedMessages()
double
RED. getDropRate()
java.lang.String
TCPPING. getDynamicHostList()
java.lang.String
STOMP. getEndpoints()
int
FORK. getForkStacks()
int
SEQUENCER. getForwardTableSize()
int
SEQUENCER2. getFwdQueueSize()
java.lang.String
BARRIER. getHoles()
java.lang.String
DISCARD. getIgnoredMembers()
int
BARRIER. getInFlightThreadsCount()
java.lang.String
ASYM_ENCRYPT. getKeyServerAddress()
java.lang.String
TP. getLocalPhysicalAddress()
java.lang.String
FailureDetection. getMembers()
java.lang.String
FD_SOCK. getMembers()
java.lang.String
TP. getMessageFactoryClass()
int
ReliableMulticast. getNonMemberMessages()
int
MFC. getNumberOfBlockings()
int
UFC. getNumberOfBlockings()
long
FlowControl. getNumberOfCreditRequestsReceived()
Deprecated.long
FlowControl. getNumberOfCreditRequestsSent()
Deprecated.long
FlowControl. getNumberOfCreditResponsesReceived()
Deprecated.long
FlowControl. getNumberOfCreditResponsesSent()
Deprecated.int
MFC_NB. getNumberOfQueuedMessages()
int
UFC_NB. getNumberOfQueuedMessages()
int
MFC_NB. getNumberOfQueuings()
int
UFC_NB. getNumberOfQueuings()
long
Fragmentation. getNumberOfReceivedFragments()
long
Fragmentation. getNumberOfSentFragments()
long
TP. getNumberOfThreadDumps()
Deprecated.long
NAKACK4. getNumBlockings()
long
MsgStats. getNumBytesReceived()
long
MsgStats. getNumBytesSent()
long
COMPRESS. getNumCompressions()
int
STOMP. getNumConnections()
int
UNICAST3. getNumConnections()
long
TP. getNumMcastMsgsReceived()
Deprecated.long
TP. getNumMcastMsgsSent()
Deprecated.long
UNICAST3. getNumMessagesReceived()
Deprecated.long
UNICAST3. getNumMessagesSent()
Deprecated.long
MsgStats. getNumMsgsReceived()
long
MsgStats. getNumMsgsSent()
int
UNICAST3. getNumReceiveConnections()
long
TP. getNumRejectedMsgs()
Deprecated.int
UNICAST3. getNumSendConnections()
int
STOMP. getNumSubscriptions()
int
FD_SOCK. getNumSuspectedMembers()
int
FD_SOCK2. getNumSuspectedMembers()
int
FD_SOCK. getNumSuspectEventsGenerated()
static int
TP. getNumThreads()
int
TP. getNumTimerTasks()
long
TP. getNumUcastMsgsReceived()
Deprecated.long
TP. getNumUcastMsgsSent()
Deprecated.int
UNICAST3. getNumUnackedMessages()
The number of messages in all Entry.sent_msgs tables (haven't received an ACK yet)long
COMPRESS. getNumUncompressions()
int
TCP_NIO2. getOpenConnections()
int
TCP. getOpenConnections()
int
RSVP. getPendingRsvpRequests()
java.lang.String
FD_SOCK. getPingableMembers()
java.lang.String
FD_SOCK. getPingDest()
java.lang.String
FD_SOCK2. getPingDest()
java.lang.String
ASYM_ENCRYPT. getPublicKeys()
int
MFC_NB. getQueuedSize()
int
UFC_NB. getQueuedSize()
int
BaseBundler. getQueueSize()
int
TransferQueueBundler. getQueueSize()
int
TransferQueueBundler2. getQueueSize()
java.util.Collection<PhysicalAddress>
TCPPING. getResolvedHosts()
long
ReliableMulticast. getSizeOfAllMessages()
long
ReliableMulticast. getSizeOfAllMessagesInclHeaders()
java.lang.String
STOMP. getSubscriptions()
java.lang.String
FailureDetection. getSuspectedMembers()
java.lang.String
FD_HOST. getSuspectedMembers()
java.lang.String
FD_SOCK. getSuspectedMembers()
java.lang.String
VERIFY_SUSPECT. getSuspects()
java.lang.String
VERIFY_SUSPECT2. getSuspects()
java.lang.String
TP. getTimerClass()
int
TP. getTimerThreads()
int
UNICAST3. getTimestamper()
long
RATE_LIMITER. getTotalBlockTime()
long
RED. getTotalMessages()
Deprecated.java.lang.String
COUNTER. getView()
java.lang.String
Discovery. getView()
int
MERGE3. getViews()
long
ReliableMulticast. getXmitTableCapacity()
int
UNICAST3. getXmitTableDeliverableMessages()
int
ReliableMulticast. getXmitTableMissingMessages()
int
UNICAST3. getXmitTableMissingMessages()
int
NAKACK3. getXmitTableNumCompactions()
int
UNICAST3. getXmitTableNumCompactions()
int
NAKACK3. getXmitTableNumCurrentRows()
int
NAKACK3. getXmitTableNumMoves()
int
UNICAST3. getXmitTableNumMoves()
int
NAKACK3. getXmitTableNumPurges()
int
UNICAST3. getXmitTableNumPurges()
int
NAKACK3. getXmitTableNumResizes()
int
UNICAST3. getXmitTableNumResizes()
int
UNICAST3. getXmitTableUndeliveredMessages()
int
ReliableMulticast. getXmitTableUndeliveredMsgs()
java.lang.String
RATE. highestReceiveRate()
java.lang.String
RATE. highestSendRate()
java.lang.String
TCPGOSSIP. initialHosts()
boolean
TCP_NIO2. isAcceptorRunning()
boolean
BARRIER. isClosed()
boolean
SEQUENCER. isCoordinator()
boolean
SEQUENCER2. isCoordinator()
boolean
FailureDetection. isHeartbeatSenderRunning()
boolean
TUNNEL. isHeartbeatTaskRunning()
boolean
MERGE3. isInfoSenderRunning()
boolean
FILE_PING. isInfoWriterRunning()
boolean
ASYM_ENCRYPT. isKeyServer()
boolean
TP. isLogicalAddressCacheReaperRunning()
boolean
FD_SOCK. isLogSuspectedMessages()
boolean
MERGE3. isMergeTaskRunning()
boolean
FD_SOCK. isNodeCrashMonitorRunning()
boolean
BARRIER. isOpenerScheduled()
boolean
FD_HOST. isPingerRunning()
boolean
MFC_NB. isQueuing()
boolean
TUNNEL. isReconnectorTaskRunning()
protected boolean
RSVP. isResendTaskRunning()
boolean
FailureDetection. isRunning()
boolean
TCP_NIO2. isSelectorOpen()
boolean
FailureDetection. isTimeoutCheckerRunning()
boolean
TUNNEL. isTimeoutCheckTaskRunning()
boolean
MERGE3. isViewConsistencyCheckerRunning()
boolean
ReliableMulticast. isXmitTaskRunning()
boolean
UNICAST3. isXmitTaskRunning()
double
PERF. latencyInMs()
double
PERF. latencyInNs()
static java.lang.String
TP. loggerType()
int
TCP_NIO2. numPartialWrites()
int
TCP_NIO2. numSelects()
int
REVERSE. queuedMessages()
void
TCP_NIO2. readerIdleTime(long t)
int
TransferQueueBundler. removeQueueSize()
int
TransferQueueBundler2. removeQueueSize()
int
RemoveQueueBundler. ringBufferSize()
int
BaseBundler. size()
Returns the total number of messages in the hashmapjava.lang.String
Encrypt. version()
-
Uses of ManagedAttribute in org.jgroups.protocols.pbcast
Fields in org.jgroups.protocols.pbcast with annotations of type ManagedAttribute Modifier and Type Field Description protected AverageMinMax
NAKACK2. avg_batch_size
The average number of messages in a receivedMessageBatch
protected double
STATE_TRANSFER. avg_state_size
protected Address
STABLE. coordinator
protected boolean
NAKACK2. is_trace
protected Membership
GMS. members
protected long
STABLE. num_bytes_received
The total number of bytes received from unicast and multicast messagesprotected java.util.concurrent.atomic.LongAdder
STATE_TRANSFER. num_bytes_sent
protected int
NAKACK2. num_messages_received
protected int
NAKACK2. num_messages_sent
protected java.util.concurrent.atomic.LongAdder
STABLE. num_stability_msgs_received
protected java.util.concurrent.atomic.LongAdder
STABLE. num_stability_msgs_sent
protected java.util.concurrent.atomic.LongAdder
STABLE. num_stable_msgs_received
protected java.util.concurrent.atomic.LongAdder
STABLE. num_stable_msgs_sent
protected java.util.concurrent.atomic.LongAdder
STATE_TRANSFER. num_state_reqs
protected int
GMS. num_views
protected boolean
NAKACK2. sends_can_block
protected Membership
GMS. suspected_mbrs
protected boolean
STABLE. suspended
When true, don't take part in garbage collection: neither send STABLE messages nor handle STABILITY messagesprotected java.util.concurrent.atomic.LongAdder
NAKACK2. xmit_reqs_received
protected java.util.concurrent.atomic.LongAdder
NAKACK2. xmit_reqs_sent
protected java.util.concurrent.atomic.LongAdder
NAKACK2. xmit_rsps_received
protected java.util.concurrent.atomic.LongAdder
NAKACK2. xmit_rsps_sent
Methods in org.jgroups.protocols.pbcast with annotations of type ManagedAttribute Modifier and Type Method Description double
STATE_TRANSFER. getAverageStateSize()
Deprecated.double
StreamingStateTransfer. getAverageStateSize()
int
NAKACK2. getBecomeServerQueueSizeActual()
long
NAKACK2. getCurrentSeqno()
java.lang.String
GMS. getImplementation()
java.lang.String
GMS. getMergeId()
int
NAKACK2. getNonMemberMessages()
long
STATE_TRANSFER. getNumberOfStateBytesSent()
Deprecated.long
StreamingStateTransfer. getNumberOfStateBytesSent()
long
STATE_TRANSFER. getNumberOfStateRequests()
Deprecated.long
StreamingStateTransfer. getNumberOfStateRequests()
int
STABLE. getNumVotes()
long
NAKACK2. getSizeOfAllMessages()
long
NAKACK2. getSizeOfAllMessagesInclHeaders()
long
STABLE. getStabilityReceived()
long
STABLE. getStabilitySent()
long
STABLE. getStableReceived()
long
STABLE. getStableSent()
boolean
STABLE. getStableTaskRunning()
long
StreamingStateTransfer. getThreadPoolCompletedTasks()
int
StreamingStateTransfer. getThreadPoolSize()
java.lang.String
GMS. getView()
int
GMS. getViewHandlerSize()
long
NAKACK2. getXmitTableCapacity()
int
NAKACK2. getXmitTableMissingMessages()
int
NAKACK2. getXmitTableNumCompactions()
int
NAKACK2. getXmitTableNumCurrentRows()
int
NAKACK2. getXmitTableNumMoves()
int
NAKACK2. getXmitTableNumPurges()
int
NAKACK2. getXmitTableNumResizes()
int
NAKACK2. getXmitTableUndeliveredMsgs()
boolean
GMS. isCoord()
boolean
GMS. isLeaving()
boolean
GMS. isMergeInProgress()
boolean
GMS. isMergeKillerRunning()
boolean
GMS. isMergeTaskRunning()
boolean
GMS. isViewHandlerSuspended()
boolean
NAKACK2. isXmitTaskRunning()
boolean
NAKACK2. resendTaskRunning()
void
NAKACK2. setResendLastSeqno(boolean flag)
-
Uses of ManagedAttribute in org.jgroups.protocols.relay
Fields in org.jgroups.protocols.relay with annotations of type ManagedAttribute Modifier and Type Field Description protected boolean
RELAY. broadcast_route_notifications
protected boolean
RELAY. is_site_master
protected java.util.List<Address>
RELAY. site_masters
protected SiteStatus
RELAY3. site_status
Methods in org.jgroups.protocols.relay with annotations of type ManagedAttribute Modifier and Type Method Description long
RELAY. getAvgMsgsForwardingToLocalMbr()
long
RELAY. getAvgMsgsForwardingToSM()
long
RELAY. getAvgMsgsRelaying()
int
RELAY. getNumberOfNoRouteErrors()
long
RELAY. getNumForwardedToLocalMbr()
long
RELAY. getNumForwardedToSiteMaster()
long
RELAY. getNumRelayed()
long
RELAY. getTimeForwardingToLocalMbr()
long
RELAY. getTimeForwardingToSM()
long
RELAY. getTimeRelaying()
boolean
RELAY. isSiteMaster()
-
Uses of ManagedAttribute in org.jgroups.stack
Fields in org.jgroups.stack with annotations of type ManagedAttribute Modifier and Type Field Description protected java.net.InetAddress
GossipRouter. bind_addr
protected GossipRouter.DumpMessages
GossipRouter. dump_msgs
protected boolean
GossipRouter. emit_suspect_events
protected long
GossipRouter. expiry_time
protected boolean
GossipRouter. jmx
protected int
GossipRouter. linger_timeout
protected Address
Protocol. local_addr
protected int
GossipRouter. max_length
protected int
GossipRouter. max_send_queue
protected boolean
GossipRouter. non_blocking_sends
protected int
GossipRouter. port
protected long
GossipRouter. reaper_interval
protected int
GossipRouter. recv_buf_size
protected boolean
GossipRouter. use_nio
Methods in org.jgroups.stack with annotations of type ManagedAttribute Modifier and Type Method Description boolean
DiagnosticsHandler. isRunning()
int
GossipRouter. numRegisteredClients()
int
GossipRouter. numRegisteredClusters()
java.lang.String
Protocol. policies()
boolean
GossipRouter. running()
-
Uses of ManagedAttribute in org.jgroups.util
Fields in org.jgroups.util with annotations of type ManagedAttribute Modifier and Type Field Description protected java.util.concurrent.atomic.LongAdder
AsyncExecutor. num_drops_on_full_thread_pool
protected java.util.concurrent.atomic.LongAdder
AsyncExecutor. num_rejected
protected java.util.concurrent.atomic.LongAdder
ThreadPool. num_rejected_msgs
protected java.util.concurrent.atomic.LongAdder
AsyncExecutor. num_sends
protected java.util.concurrent.atomic.LongAdder
AsyncExecutor. num_sends_on_callers_thread
Methods in org.jgroups.util with annotations of type ManagedAttribute Modifier and Type Method Description int
ThreadPool. getLargestSize()
int
ThreadPool. getThreadPoolSize()
int
ThreadPool. getThreadPoolSizeActive()
-