Package com.sleepycat.je.rep.utilint

Interface Summary
BinaryProtocol.WireFormatable  
RepUtils.ConsistencyPolicyFormat<T extends ReplicaConsistencyPolicy> ReplicaConsistencyPolicy must be stored as a String for use with ReplicationConfig and je.properties.
 

Class Summary
BinaryProtocol Supplies the basic infrastructure for BinaryProtocols used to exchange messages by the replications stream and during network based restore operations.
BinaryProtocol.MessageOp The Operations that are part of the protocol.
BinaryProtocolStatDefinition Per-stat Metadata for each BinaryProtocol statistics.
DbDumpGroup  
DbFeederPrintLog  
DbNullNode  
DbRepRunAction  
DbStreamVerify For internal use only.
DbSync DbSync is a utility for ensuring that a group of replication nodes have fully caught up on the replication stream.
HostPortPair Encapsulates the functionality around dealing with HostPort string pairs having the format: host[:port]
NamedChannel Packages a SocketChannel and a NameIdPair together so that logging messages can show the node name instead of the channel toString();
NamedChannelWithTimeout NamedChannelWithTimeout permits association of timeouts with a SocketChannel.
ReplicationFormatter Formatter for replication log messages
RepUtils  
RepUtils.ExceptionAwareCountDownLatch Like CountDownLatch, but makes provision in the await for the await, or more specifically the new awaitOrException method to be exited via an exception.
RepUtils.MapOver<R,E> Lisp inspired Map function.
ServiceDispatcher ServiceDispatcher listens on a specific socket for service requests and dispatches control to the service that is being requested.
ServiceDispatcher.ExecutingRunnable  
ServiceDispatcher.ExecutingService A service that is run immediately in a thread allocated to it.
SizeAwaitMap<K,V> Creates a Map, that Threads can conveniently wait on to reach a specific size.
SizeAwaitMapStatDefinition Per-stat Metadata for each SizeAwaitMap statistics.
 

Enum Summary
ServiceDispatcher.Response The response to a service request.
 

Exception Summary
BinaryProtocol.ProtocolException Thrown in response to an unexpected response to a request.
ServiceDispatcher.ServiceConnectFailedException  
 



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