| Package | Description |
|---|---|
| org.apache.ratis | |
| org.apache.ratis.conf |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
RaftProperties(RaftProperties other)
A new RaftProperties with the same settings cloned from another.
|
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.