public static enum ConfigGroups.SubGroupNames extends Enum<ConfigGroups.SubGroupNames>
| Enum Constant and Description |
|---|
COMMIT_CALLBACK |
DELTA_STREAMER_SOURCE |
FUNCTIONAL_INDEX |
INDEX |
KEY_GENERATOR |
LOCK |
NONE |
SCHEMA_PROVIDER |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
static ConfigGroups.SubGroupNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigGroups.SubGroupNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigGroups.SubGroupNames INDEX
public static final ConfigGroups.SubGroupNames KEY_GENERATOR
public static final ConfigGroups.SubGroupNames LOCK
public static final ConfigGroups.SubGroupNames COMMIT_CALLBACK
public static final ConfigGroups.SubGroupNames SCHEMA_PROVIDER
public static final ConfigGroups.SubGroupNames DELTA_STREAMER_SOURCE
public static final ConfigGroups.SubGroupNames NONE
public static final ConfigGroups.SubGroupNames FUNCTIONAL_INDEX
public final String name
public static ConfigGroups.SubGroupNames[] values()
for (ConfigGroups.SubGroupNames c : ConfigGroups.SubGroupNames.values()) System.out.println(c);
public static ConfigGroups.SubGroupNames valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getDescription()
Copyright © 2024 The Apache Software Foundation. All rights reserved.