Uses of Interface
com.loomcache.server.journal.RetentionPolicy
Packages that use RetentionPolicy
-
Uses of RetentionPolicy in com.loomcache.server.journal
Classes in com.loomcache.server.journal that implement RetentionPolicyModifier and TypeClassDescriptionstatic final recordComposite retention policy.static final recordSize-based retention policy.static final recordTime-based retention policy.Methods in com.loomcache.server.journal that return types with arguments of type RetentionPolicyModifier and TypeMethodDescriptionRetentionPolicy.Composite.policies()Returns the value of thepoliciesrecord component.Methods in com.loomcache.server.journal with parameters of type RetentionPolicyModifier and TypeMethodDescriptionintEventJournal.compact(RetentionPolicy policy) Compact the journal based on a retention policy.Constructors in com.loomcache.server.journal with parameters of type RetentionPolicyModifierConstructorDescriptionJournalCompactor(EventJournal journal, RetentionPolicy retentionPolicy, Duration compactionInterval, ScheduledExecutorService executor) Create a journal compactor.Constructor parameters in com.loomcache.server.journal with type arguments of type RetentionPolicyModifierConstructorDescriptionComposite(List<RetentionPolicy> policies) Creates an instance of aCompositerecord class.