public enum TopicOperation extends Enum<TopicOperation>
| Modifier and Type | Method and Description |
|---|---|
static TopicOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TopicOperation LOOKUP
public static final TopicOperation PRODUCE
public static final TopicOperation CONSUME
public static final TopicOperation COMPACT
public static final TopicOperation EXPIRE_MESSAGES
public static final TopicOperation OFFLOAD
public static final TopicOperation PEEK_MESSAGES
public static final TopicOperation RESET_CURSOR
public static final TopicOperation SKIP
public static final TopicOperation TERMINATE
public static final TopicOperation UNLOAD
public static final TopicOperation GRANT_PERMISSION
public static final TopicOperation GET_PERMISSION
public static final TopicOperation REVOKE_PERMISSION
public static final TopicOperation ADD_BUNDLE_RANGE
public static final TopicOperation GET_BUNDLE_RANGE
public static final TopicOperation DELETE_BUNDLE_RANGE
public static final TopicOperation SUBSCRIBE
public static final TopicOperation GET_SUBSCRIPTIONS
public static final TopicOperation UNSUBSCRIBE
public static final TopicOperation GET_STATS
public static final TopicOperation GET_METADATA
public static final TopicOperation SET_REPLICATED_SUBSCRIPTION_STATUS
public static TopicOperation[] values()
for (TopicOperation c : TopicOperation.values()) System.out.println(c);
public static TopicOperation 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 nullCopyright © 2017–2021 Apache Software Foundation. All rights reserved.