Uses of Class
org.nuxeo.lib.stream.computation.Record.Flag
-
Packages that use Record.Flag Package Description org.nuxeo.lib.stream.computation The Computation pattern with a Log implementation. -
-
Uses of Record.Flag in org.nuxeo.lib.stream.computation
Fields in org.nuxeo.lib.stream.computation with type parameters of type Record.Flag Modifier and Type Field Description static EnumSet<Record.Flag>
Record.Flag. ALL_OPTS
protected EnumSet<Record.Flag>
Record. flags
Methods in org.nuxeo.lib.stream.computation that return Record.Flag Modifier and Type Method 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.Methods in org.nuxeo.lib.stream.computation that return types with arguments of type Record.Flag Modifier and Type Method Description protected EnumSet<Record.Flag>
Record. decodeFlags(byte encoded)
EnumSet<Record.Flag>
Record. getFlags()
Method parameters in org.nuxeo.lib.stream.computation with type arguments of type Record.Flag Modifier and Type Method Description protected short
Record. encodeFlags(EnumSet<Record.Flag> enumSet)
void
Record. setFlags(EnumSet<Record.Flag> flags)
Constructor parameters in org.nuxeo.lib.stream.computation with type arguments of type Record.Flag Constructor Description Record(String key, byte[] data, long watermark, EnumSet<Record.Flag> flags)
-