public static final enum

WeakConcurrentSet.Cleaner

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pnfsoftware.jeb.util.concurrent.WeakConcurrentSet.Cleaner

Class Overview

Determines the cleaning format. A reference is removed either by an explicitly started cleaner thread associated with this instance (THREAD), as a result of interacting with this thread local from any thread (INLINE or manually by submitting the detached thread local to a thread (MANUAL).

Summary

Enum Values
WeakConcurrentSet.Cleaner  INLINE   
WeakConcurrentSet.Cleaner  MANUAL   
WeakConcurrentSet.Cleaner  THREAD   
Public Methods
static WeakConcurrentSet.Cleaner valueOf(String name)
final static Cleaner[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final WeakConcurrentSet.Cleaner INLINE

public static final WeakConcurrentSet.Cleaner MANUAL

public static final WeakConcurrentSet.Cleaner THREAD

Public Methods

public static WeakConcurrentSet.Cleaner valueOf (String name)

public static final Cleaner[] values ()