| Interface | Description |
|---|---|
| AsyncClusterConnection |
The asynchronous connection for internal usage.
|
| ConnectionRegistryEndpoint |
Define the necessary method for carrying
ClientMetaService. |
| VersionInfoUtil.ServiceCallFunction<T1,T2,R,E extends Throwable> |
We intend to use the local version for service call shortcut(s), so we use an interface
compatible with a typical service call, with 2 args, return type, and an exception type.
|
| Class | Description |
|---|---|
| AsyncRegionReplicationRetryingCaller |
For replicating edits to secondary replicas.
|
| AsyncRegionServerAdmin |
A simple wrapper of the
AdminProtos.AdminService for a region server, which returns a
CompletableFuture. |
| ClientSideRegionScanner |
A client scanner for a region opened for read-only on the client side.
|
| ClusterConnectionFactory |
The factory for creating
AsyncClusterConnection. |
| SharedAsyncConnection |
Wraps a
AsyncConnection to make it can't be closed. |
| SharedConnection |
Wraps a
Connection to make it can't be closed or aborted. |
| TableSnapshotScanner |
A Scanner which performs a scan over snapshot files.
|
| VersionInfoUtil |
Class to help with parsing the version info.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.