Berkeley DB Java Edition
version 5.0.34

Uses of Package
com.sleepycat.je.rep.monitor

Packages that use com.sleepycat.je.rep.monitor
com.sleepycat.je.rep.monitor BDB JE HA support for applications that need to track the composition of a replication group, in order to do tasks such as load balancing and request routing. 
 

Classes in com.sleepycat.je.rep.monitor used by com.sleepycat.je.rep.monitor
GroupChangeEvent
          The event generated when the group composition changes.
GroupChangeEvent.GroupChangeType
          The kind of GroupChangeEvent.
JoinGroupEvent
          The event generated when a node joins the group.
LeaveGroupEvent
          The event generated when a node leaves the group.
LeaveGroupEvent.LeaveReason
          The reason for why the node leaves the group.
MemberChangeEvent
          MemberChangeEvent is the base class for all member status changed events.
MonitorChangeEvent
          MonitorChangeEvent is the base class for all Monitor events.
MonitorChangeListener
          Applications can register for Monitor event notification through Monitor.startListener(com.sleepycat.je.rep.monitor.MonitorChangeListener).
MonitorConfig
          Specifies the attributes used by a replication Monitor.
NewMasterEvent
          The event generated upon detecting a new Master.
 


Berkeley DB Java Edition
version 5.0.34

Copyright (c) 2004-2011 Oracle. All rights reserved.