Uses of Enum Class
com.loomcache.server.journal.EventJournal.OverflowPolicy
Packages that use EventJournal.OverflowPolicy
-
Uses of EventJournal.OverflowPolicy in com.loomcache.server.journal
Subclasses with type arguments of type EventJournal.OverflowPolicy in com.loomcache.server.journalModifier and TypeClassDescriptionstatic enumOverflow policy when the journal reaches capacity.Methods in com.loomcache.server.journal that return EventJournal.OverflowPolicyModifier and TypeMethodDescriptionstatic EventJournal.OverflowPolicyReturns the enum constant of this class with the specified name.static EventJournal.OverflowPolicy[]EventJournal.OverflowPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.loomcache.server.journal with parameters of type EventJournal.OverflowPolicyModifierConstructorDescriptionEventJournal(String journalName, int capacity, EventJournal.OverflowPolicy overflowPolicy, int subscriptionBufferCapacity) Create an event journal with custom configuration.