Interface ChangeIndexer.Factory
- Enclosing class:
- ChangeIndexer
public static interface ChangeIndexer.Factory
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(com.google.common.util.concurrent.ListeningExecutorService executor, ChangeIndex index) create
(com.google.common.util.concurrent.ListeningExecutorService executor, ChangeIndexCollection indexes) create
(com.google.common.util.concurrent.ListeningExecutorService executor, ChangeIndexCollection indexes, boolean notifyListeners) create
(com.google.common.util.concurrent.ListeningExecutorService executor, ChangeIndex index, boolean notifyListeners) create
(com.google.common.util.concurrent.ListeningExecutorService executor, ChangeIndex index, StalenessChecker stalenessChecker, boolean notifyListeners)
-
Method Details
-
create
ChangeIndexer create(com.google.common.util.concurrent.ListeningExecutorService executor, ChangeIndex index) -
create
ChangeIndexer create(com.google.common.util.concurrent.ListeningExecutorService executor, ChangeIndex index, boolean notifyListeners) -
create
ChangeIndexer create(com.google.common.util.concurrent.ListeningExecutorService executor, ChangeIndex index, StalenessChecker stalenessChecker, boolean notifyListeners) -
create
ChangeIndexer create(com.google.common.util.concurrent.ListeningExecutorService executor, ChangeIndexCollection indexes) -
create
ChangeIndexer create(com.google.common.util.concurrent.ListeningExecutorService executor, ChangeIndexCollection indexes, boolean notifyListeners)
-