Uses of Annotation Type
org.jgroups.annotations.ManagedOperation
Packages that use ManagedOperation
Package
Description
Provides top-level public JGroups classes such as Channel, Message, etc.
Provides building blocks that are layered on top of channels.
Provides demonstrations of JGroups functionality.
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Support for managing protocol stacks.
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of ManagedOperation in org.jgroups
Methods in org.jgroups with annotations of type ManagedOperationModifier and TypeMethodDescriptionvoidJChannel.close()Destroys the channel and its associated resources (e.g.Joins the cluster.protected JChannelDeprecated, for removal: This API element is subject to removal in a future version.JChannel.disconnect()Leaves the cluster (disconnects the channel if it is connected).JChannel.dumpStats()Returns a map of statistics of the various protocols and of the channel itselfJChannel.printProtocolSpec(boolean include_props) Dumps all protocols in string format.JChannel.toString(boolean details) -
Uses of ManagedOperation in org.jgroups.blocks
Methods in org.jgroups.blocks with annotations of type ManagedOperationModifier and TypeMethodDescriptionvoidReplCache.clear()Removes all keys and values in the L2 and L1 cachesvoidCache.disableReaping()ReplCache.dump()voidCache.enableReaping(long interval) Runs the reaper every interval ms, evicts expired itemsReturns the value associated with keyvoidvoidPlaces a key/value pair into one or several nodes in the cluster.voidPlaces a key/value pair into one or several nodes in the cluster.voidRemoves key in all nodes in the cluster, both from their local hashmaps and L1 cachesvoidRemoves key in all nodes in the cluster, both from their local hashmaps and L1 cachesvoidCache.start()voidReplCache.start()voidCache.stop()voidReplCache.stop()Cache.toString() -
Uses of ManagedOperation in org.jgroups.blocks.cs
Methods in org.jgroups.blocks.cs with annotations of type ManagedOperationModifier and TypeMethodDescriptionNioBaseServer.printBuffers()Prints send and receive buffers for all connectionsBaseServer.printConnections()voidNioServer.start()voidNioServer.stop() -
Uses of ManagedOperation in org.jgroups.demos
Methods in org.jgroups.demos with annotations of type ManagedOperation -
Uses of ManagedOperation in org.jgroups.protocols
Methods in org.jgroups.protocols with annotations of type ManagedOperationModifier and TypeMethodDescriptionvoidTCPGOSSIP.addInitialHost(String hostname, int port) voidDiscovery.addToCache(String filename) <T extends TP>
TvoidRATE_LIMITER2.changeInterval(long new_interval) voidMERGE3.checkInconsistencies()voidFRAG2.clearAllFragments()voidFRAG3.clearAllFragments()voidTCP_NIO2.clearConnections()TCP.clearConnections()<T extends TP>
T<T extends TP>
T<T extends UDP>
T<T extends TCPPING>
TTCPPING.clearDynamicHostList()voidFRAG2.clearFragmentsFor(Address mbr) voidFRAG3.clearFragmentsFor(Address mbr) voidClears the cache.voidMERGE3.clearViews()voidUNICAST3.closeIdleConnections()voidTP.disableDiagnostics()TransferQueueBundler2.dump()voidCOUNTER.dumpPendingRequests()static StringSHARED_LOOPBACK.dumpRoutingTable()TP.dumpTimerTasks()MERGE3.dumpViews()<T extends TP>
TTP.enableBlockingTimerTasks(boolean flag) <T extends TP>
TTP.enableDiagnostics()voidSOS.exec()Discovery.findInitialMembersAsString()REVERSE.flush()voidSHUFFLE.flush(boolean stop_shuffling) voidINJECT_VIEW.injectView(String newView) booleanvoidBARRIER.openBarrier()static StringLOCAL_PING.print()TCPGOSSIP.print()TUNNEL.print()SimpleTCP.printAddressTable()UNICAST3.printAgeOutCache()TCP_NIO2.printBuffers()FD_SOCK.printCache()PDC.printCache()Encrypt.printCachedGroupKeys()FD_SOCK2.printConnections()TCP_NIO2.printConnections()TCP.printConnections()UNICAST3.printConnections()COUNTER.printCounters()MFC.printCredits()UFC.printCredits()FD_HOST.printHosts()protected StringBARRIER.printInFlightThreads()Locking.printLocks()Deprecated.RATE.printReceiveHistory()FlowControl.printReceiverCredits()UNICAST3.printReceiveWindowMessages()TCPGOSSIP.printReconnectList()TUNNEL.printReconnectList()MFC.printSenderCredits()UFC.printSenderCredits()RATE.printSendHistory()UNICAST3.printSendWindowMessages()Locking.printServerLocks()Deprecated.STATS.printStats()TCPGOSSIP.printStubs()TUNNEL.printStubs()FailureDetection.printSuspectHistory()FD_HOST.printSuspectHistory()FD_SOCK.printSuspectHistory()FD_SOCK2.printSuspectHistory()FD_ALL.printTimestamps()FD_ALL2.printTimestamps()FD_ALL3.printTimestamps()FD_HOST.printTimestamps()TP.printWhoHasCache()SOS.read()voidSSL_KEY_EXCHANGE.reloadKeystoreAndTruststore()voidUNICAST3.removeAllConnections()This method is public only so it can be invoked by unit testing, but should not otherwise be used !CLEAR_FLAGS.removeAllFlags()voidintUNICAST3.removeConnections(boolean remove_send_connections, boolean remove_receive_connections) Removes send- and/or receive-connections whose state is not OPEN (CLOSING or CLOSED).intUNICAST3.removeExpiredConnections()CLEAR_FLAGS.removeFlag(boolean down, String flag) booleanTCPGOSSIP.removeInitialHost(String hostname, int port) voidvoidRATE_LIMITER2.replenish()voidSEQUENCER.resetStats()voidSEQUENCER2.resetStats()voidCENTRAL_LOCK2.runReconciliation()Deprecated.Grabs information about locks held and pending lock/unlock requests from all membersvoidDiscovery.sendCacheInformation()voidMERGE3.sendInfo()voidUNICAST3.sendPendingAcks()SOS.setCommand(String filename) voidTP.setMessageProcessingPolicy(String policy) voidFailureDetection.startFailureDetection()voidDISCARD.startGui()booleanFD_SOCK.startNodeCrashMonitor()voidFailureDetection.stopFailureDetection()voidDISCARD.stopGui()voidUNICAST3.triggerXmit()voidFlowControl.unblock()Allows to unblock all blocked senders from an external program, e.g.voidMFC.unblock()Allows to unblock a blocked sender from an external program, e.g.voidLocking.unlockAll()Deprecated.voidLocking.unlockForce(String lock_name) Deprecated.voidDiscovery.weedOutCompletedDiscoveryResponses()Removes responses which are done or whose timeout has expired (in the latter case, an expired response is marked as done)voidFILE_PING.writeInfo() -
Uses of ManagedOperation in org.jgroups.protocols.dns
Methods in org.jgroups.protocols.dns with annotations of type ManagedOperation -
Uses of ManagedOperation in org.jgroups.protocols.pbcast
Methods in org.jgroups.protocols.pbcast with annotations of type ManagedOperationModifier and TypeMethodDescriptionvoidGMS.cancelMerge()voidNAKACK2.clearNonMemberCache()voidSTATE_TRANSFER.closeBarrierAndSuspendStable()voidStreamingStateTransfer.closeBarrierAndSuspendStable()voidNAKACK2.compact()GMS.dumpViewHandlerHistory()GMS.dumpViewHandlerQueue()NAKACK2.dumpXmitTablesNumCurrentRows()voidGMS.fixDigests()voidSTABLE.gc()voidSTATE_TRANSFER.openBarrierAndResumeStable()voidStreamingStateTransfer.openBarrierAndResumeStable()STABLE.printDigest()NAKACK2.printDigestHistory()GMS.printMergeIdHistory()NAKACK2.printMessages()GMS.printPreviousMembers()GMS.printPreviousViews()NAKACK2.printStabilityMessages()STABLE.printVotes()voidNAKACK2.resetStats()voidGMS.resumeViewHandler()booleanFLUSH.setBypass(boolean flag) Deprecated, for removal: This API element is subject to removal in a future version.voidFLUSH.startFlush()Deprecated, for removal: This API element is subject to removal in a future version.voidFLUSH.stopFlush()Deprecated, for removal: This API element is subject to removal in a future version.voidvoidGMS.suspendViewHandler()voidNAKACK2.triggerXmit() -
Uses of ManagedOperation in org.jgroups.protocols.relay
Methods in org.jgroups.protocols.relay with annotations of type ManagedOperationModifier and TypeMethodDescription<T extends RELAY>
TRELAY.clearNoRouteCache()intRELAY.getNumRoutes()Topology.print()Dumps the members for a given site, or all sitesRELAY2.printLocalTopology()RELAY3.printLocalTopology()RELAY.printRoutes()RELAY.printSites()RELAY2.printTopology(boolean all_sites) RELAY3.printTopology(boolean all_sites) Topology.refresh()Refreshes the topology for a given site. -
Uses of ManagedOperation in org.jgroups.stack
Methods in org.jgroups.stack with annotations of type ManagedOperationModifier and TypeMethodDescriptionGossipRouter.dumpAddressMappings()GossipRouter.dumpRoutingTable()voidProtocol.resetStatistics()GossipRouter.start()Lifecycle operation. -
Uses of ManagedOperation in org.jgroups.util
Methods in org.jgroups.util with annotations of type ManagedOperation