Interface ChangeIndexer.Factory
-
- Enclosing class:
- ChangeIndexer
public static interface ChangeIndexer.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangeIndexer
create(com.google.common.util.concurrent.ListeningExecutorService executor, ChangeIndex index)
ChangeIndexer
create(com.google.common.util.concurrent.ListeningExecutorService executor, ChangeIndexCollection indexes)
-
-
-
Method Detail
-
create
ChangeIndexer create(com.google.common.util.concurrent.ListeningExecutorService executor, ChangeIndex index)
-
create
ChangeIndexer create(com.google.common.util.concurrent.ListeningExecutorService executor, ChangeIndexCollection indexes)
-
-