Uses of Enum Class
com.loomcache.server.consensus.LogEntry.Type
Packages that use LogEntry.Type
-
Uses of LogEntry.Type in com.loomcache.server.consensus
Subclasses with type arguments of type LogEntry.Type in com.loomcache.server.consensusMethods in com.loomcache.server.consensus that return LogEntry.TypeModifier and TypeMethodDescriptionLogEntry.type()Returns the value of thetyperecord component.static LogEntry.TypeReturns the enum constant of this class with the specified name.static LogEntry.Type[]LogEntry.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.loomcache.server.consensus with parameters of type LogEntry.TypeModifierConstructorDescriptionLogEntry(long term, long index, LogEntry.Type type, byte[] command, @Nullable ConfigChange configChange) Full constructor for all entry types (COMMAND, NO_OP, CONFIG_CHANGE).