See: Description
| Interface | Description |
|---|---|
| RepUtils.ConsistencyPolicyFormat<T extends ReplicaConsistencyPolicy> |
ReplicaConsistencyPolicy must be stored as a String for use with
ReplicationConfig and je.properties.
|
| ServiceHandshake.AuthenticationMethod |
The base of all authentication implementations.
|
| ServiceHandshake.IOAdapter |
A simple interface providing simple blocking I/O.
|
| SizeAwaitMap.Predicate<V> |
Specifies which values should be counted.
|
| Class | Description |
|---|---|
| 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.
|
| DbCacheSizeRepEnv |
Class for opening a ReplicatedEnvironment from a JE standalone utility,
DbCacheSize.
|
| 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.
|
| FreePortLocator |
An iterator to iterate over the free ports on an interface.
|
| HostPortPair |
Encapsulates the functionality around dealing with HostPort string pairs
having the format:
host[:port]
|
| IntRunningTotalStat |
Used to create running totals across the lifetime of the StatGroup.
|
| LongMinZeroStat |
For stats where the min value in the range is zero, so that sums, averages,
etc.
|
| NamedChannel |
Packages a DataChannel 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 DataChannel.
|
| ReplicationFormatter |
Formatter for replication log messages
|
| RepUtils | |
| RepUtils.Clock | |
| RepUtils.ExceptionAwareBlockingQueue<T> |
Like
LinkedBlockingQueue, but provides a pollOrException() method that should be used instead of poll(),
so that callers don't have to treat exception cases specially. |
| 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.
|
| 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.
|
| ServiceHandshake |
{@literal
Provides Dispatcher service handshake logic, including identification of the
service to be accessed and authentication for access to the service.
|
| ServiceHandshake.ClientHandshake |
Client-side handshake state
|
| ServiceHandshake.ClientInitOp |
The base class of elemental service initialization protocol operations
for the client side.
|
| ServiceHandshake.ServerHandshake |
Server-side handshake state
|
| ServiceHandshake.ServerInitOp |
The base class of elemental service initialization protocol operations
for the server side.
|
| SimpleTxnMap<T extends Txn> |
SimpleTxnMap provides a customized (but limited functionality) map that's
well suited to the tracking of open transactions.
|
| SizeAwaitMap<K,V> |
Creates a Map that Threads can conveniently wait on to contain a specific
number of entries, where the values optionally match a predicate.
|
| SizeAwaitMapStatDefinition |
Per-stat Metadata for each SizeAwaitMap statistics.
|
| StatCaptureRepDefinitions |
| Enum | Description |
|---|---|
| ServiceDispatcher.Response |
The response to a service request.
|
| ServiceHandshake.InitResult |
Operation-level result indicator
|
| Exception | Description |
|---|---|
| BinaryProtocol.ProtocolException |
Thrown in response to an unexpected response to a request.
|
| ServiceDispatcher.ServiceConnectFailedException |
Copyright © 2024. All rights reserved.