Uses of Enum Class
org.nuxeo.lib.stream.computation.Record.Flag
Packages that use Record.Flag
Package
Description
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.FlagModifier and TypeFieldDescriptionstatic final EnumSet<Record.Flag>Record.Flag.ALL_OPTSprotected EnumSet<Record.Flag>Record.flagsMethods in org.nuxeo.lib.stream.computation that return Record.FlagModifier and TypeMethodDescriptionstatic Record.FlagReturns 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.Methods in org.nuxeo.lib.stream.computation that return types with arguments of type Record.FlagModifier and TypeMethodDescriptionprotected EnumSet<Record.Flag>Record.decodeFlags(byte encoded) Record.getFlags()Method parameters in org.nuxeo.lib.stream.computation with type arguments of type Record.FlagModifier and TypeMethodDescriptionprotected shortRecord.encodeFlags(EnumSet<Record.Flag> enumSet) voidRecord.setFlags(EnumSet<Record.Flag> flags) Constructor parameters in org.nuxeo.lib.stream.computation with type arguments of type Record.FlagModifierConstructorDescriptionRecord(String key, byte[] data, long watermark, EnumSet<Record.Flag> flags)