Package | Description |
---|---|
org.nuxeo.lib.stream.computation |
The Computation pattern with a Log implementation.
|
Modifier and Type | Field and Description |
---|---|
static EnumSet<Record.Flag> |
Record.Flag.ALL_OPTS |
protected static EnumSet<Record.Flag> |
Record.DEFAULT_FLAG |
EnumSet<Record.Flag> |
Record.flags |
Modifier and Type | Method and Description |
---|---|
static Record.Flag |
Record.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Record.Flag[] |
Record.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected EnumSet<Record.Flag> |
Record.decodeFlags(short encoded) |
Constructor and Description |
---|
Record(String key,
byte[] data,
long watermark,
EnumSet<Record.Flag> flags) |
Copyright © 2018 Nuxeo. All rights reserved.