| 接口 | 说明 |
|---|---|
| CommandOperations |
Operation and maintenance command interface.
|
| Config<L extends RequestProcessor> |
Consistent protocol related configuration objects.
|
| ConsistencyProtocol<T extends Config,P extends RequestProcessor> |
Has nothing to do with the specific implementation of the consistency protocol Initialization sequence: init(Config).
|
| IdGenerator |
Id generator.
|
| Serializer |
Serialization interface.
|
| 类 | 说明 |
|---|---|
| ProtocolMetaData |
Consistent protocol metadata information, <Key, <Key, Value >> structure Listeners that can register to listen to
changes in value.
|
| ProtocolMetaData.MetaData | |
| ProtocolMetaData.ValueItem | |
| ProtoMessageUtil |
protobuf message utils.
|
| RequestProcessor |
Can be discovered through SPI or Spring, This interface is just a function definition interface.
|
| SerializeFactory |
Serialization factory.
|
| 枚举 | 说明 |
|---|---|
| DataOperation |
Apply action.
|
Copyright © 2018–2021 Alibaba Group. All rights reserved.