Uses of Enum Class
org.nuxeo.lib.stream.computation.Record.Flag
Package
Description
The Computation pattern with a Log implementation.
-
Uses of Record.Flag in org.nuxeo.lib.stream.computation
Modifier and TypeFieldDescriptionstatic final EnumSet<Record.Flag>
Record.Flag.ALL_OPTS
protected EnumSet<Record.Flag>
Record.flags
Modifier and TypeMethodDescriptionstatic Record.Flag
Returns the enum constant of this class with the specified name.static Record.Flag[]
Record.Flag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected EnumSet<Record.Flag>
Record.decodeFlags
(byte encoded) Record.getFlags()
Modifier and TypeMethodDescriptionprotected short
Record.encodeFlags
(EnumSet<Record.Flag> enumSet) void
Record.setFlags
(EnumSet<Record.Flag> flags) ModifierConstructorDescriptionRecord
(String key, byte[] data, long watermark, EnumSet<Record.Flag> flags)