public enum BaseEvents extends Enum<BaseEvents>
| Modifier and Type | Method and Description |
|---|---|
static char |
baseEventCode(Event event) |
static char |
baseEventCode(Frame frame) |
static char |
baseEventCode(int eventType) |
static String |
baseEventName(Event event) |
static String |
baseEventName(Frame frame) |
static String |
baseEventName(int eventType) |
static FlyweightEvent |
commit(FlyweightEvent flyweightEvent,
MutableDirectBuffer headerBuffer,
int offset,
int source,
long sequence,
short index,
long time) |
static FlyweightEvent |
empty(FlyweightEvent flyweightEvent,
MutableDirectBuffer headerBuffer,
int offset,
int source,
long sequence,
short index,
int type,
long time,
byte flags) |
static boolean |
isBaseEvent(Event event) |
static boolean |
isBaseEvent(Frame frame) |
static boolean |
isBaseEventType(int eventType) |
static FlyweightEvent |
rollback(FlyweightEvent flyweightEvent,
MutableDirectBuffer headerBuffer,
int offset,
int source,
long sequence,
short index,
long time) |
static BaseEvents |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseEvents[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static BaseEvents[] values()
for (BaseEvents c : BaseEvents.values()) System.out.println(c);
public static BaseEvents 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 FlyweightEvent commit(FlyweightEvent flyweightEvent, MutableDirectBuffer headerBuffer, int offset, int source, long sequence, short index, long time)
public static FlyweightEvent rollback(FlyweightEvent flyweightEvent, MutableDirectBuffer headerBuffer, int offset, int source, long sequence, short index, long time)
public static FlyweightEvent empty(FlyweightEvent flyweightEvent, MutableDirectBuffer headerBuffer, int offset, int source, long sequence, short index, int type, long time, byte flags)
public static boolean isBaseEvent(Event event)
public static boolean isBaseEvent(Frame frame)
public static boolean isBaseEventType(int eventType)
public static String baseEventName(int eventType)
public static char baseEventCode(Event event)
public static char baseEventCode(Frame frame)
public static char baseEventCode(int eventType)
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.