| 程序包 | 说明 |
|---|---|
| org.apache.ratis | |
| org.apache.ratis.conf |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
RaftConfigKeys.Rpc.setType(RaftProperties properties,
RpcType type) |
static void |
RaftConfigKeys.DataStream.setType(RaftProperties properties,
SupportedDataStreamType type) |
static RpcType |
RaftConfigKeys.Rpc.type(RaftProperties properties,
Consumer<String> logger) |
static SupportedDataStreamType |
RaftConfigKeys.DataStream.type(RaftProperties properties,
Consumer<String> logger) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract RaftProperties |
ReconfigurationBase.getNewProperties() |
RaftProperties |
Reconfigurable.getProperties() |
RaftProperties |
ReconfigurationBase.getProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Collection<ReconfigurationStatus.PropertyChange> |
ReconfigurationBase.getChangedProperties(RaftProperties newProperties,
RaftProperties oldProperties) |
| 构造器和说明 |
|---|
RaftProperties(RaftProperties other)
A new RaftProperties with the same settings cloned from another.
|
ReconfigurationBase(String name,
RaftProperties properties)
Construct a ReconfigurableBase with the
RaftProperties |
Copyright © 2017–2023 The Apache Software Foundation. All rights reserved.