public static enum OnapMsgRouterBatchPublisher.DropPolicy extends Enum<OnapMsgRouterBatchPublisher.DropPolicy>
| Enum Constant and Description |
|---|
DROP_NEWEST |
DROP_OLDEST |
| Modifier and Type | Method and Description |
|---|---|
static OnapMsgRouterBatchPublisher.DropPolicy |
fromSettingString(String val) |
static OnapMsgRouterBatchPublisher.DropPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnapMsgRouterBatchPublisher.DropPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OnapMsgRouterBatchPublisher.DropPolicy DROP_OLDEST
public static final OnapMsgRouterBatchPublisher.DropPolicy DROP_NEWEST
public static OnapMsgRouterBatchPublisher.DropPolicy[] values()
for (OnapMsgRouterBatchPublisher.DropPolicy c : OnapMsgRouterBatchPublisher.DropPolicy.values()) System.out.println(c);
public static OnapMsgRouterBatchPublisher.DropPolicy 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 static OnapMsgRouterBatchPublisher.DropPolicy fromSettingString(String val)
Copyright © 2023 continual.io. All rights reserved.