public enum RemoteParticipantLogEntryCache extends Enum<RemoteParticipantLogEntryCache>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Collection<RemoteParticipantLogEntry> |
get(String coordinatorId) |
void |
put(String coordinatorId,
Collection<RemoteParticipantLogEntry> entries) |
void |
remove(String coordinatorId) |
static RemoteParticipantLogEntryCache |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteParticipantLogEntryCache[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteParticipantLogEntryCache INSTANCE
public static RemoteParticipantLogEntryCache[] values()
for (RemoteParticipantLogEntryCache c : RemoteParticipantLogEntryCache.values()) System.out.println(c);
public static RemoteParticipantLogEntryCache 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 void put(String coordinatorId, Collection<RemoteParticipantLogEntry> entries)
public Collection<RemoteParticipantLogEntry> get(String coordinatorId)
public void remove(String coordinatorId)
Copyright © 2026. All rights reserved.