| Package | Description |
|---|---|
| org.apache.ratis | |
| org.apache.ratis.datastream |
| Modifier and Type | Method and Description |
|---|---|
static SupportedDataStreamType |
RaftConfigKeys.DataStream.type(RaftProperties properties,
Consumer<String> logger) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RaftConfigKeys.DataStream.setType(RaftProperties properties,
SupportedDataStreamType type) |
| Modifier and Type | Method and Description |
|---|---|
static SupportedDataStreamType |
SupportedDataStreamType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportedDataStreamType |
SupportedDataStreamType.valueOfIgnoreCase(String s) |
static SupportedDataStreamType[] |
SupportedDataStreamType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.