public enum BaseEvents extends Enum<BaseEvents>
| Modifier and Type | Method and Description |
|---|---|
static FlyweightEvent |
commit(FlyweightEvent flyweightEvent,
MutableDirectBuffer headerBuffer,
int offset,
Command command,
short index) |
static FlyweightEvent |
empty(FlyweightEvent flyweightEvent,
MutableDirectBuffer headerBuffer,
int offset,
Command command,
short index,
int type) |
static FlyweightEvent |
rollback(FlyweightEvent flyweightEvent,
MutableDirectBuffer headerBuffer,
int offset,
Command command,
short index) |
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, Command command, short index)
public static FlyweightEvent rollback(FlyweightEvent flyweightEvent, MutableDirectBuffer headerBuffer, int offset, Command command, short index)
public static FlyweightEvent empty(FlyweightEvent flyweightEvent, MutableDirectBuffer headerBuffer, int offset, Command command, short index, int type)
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.