public final class BatchIndex extends Object
| Constructor and Description |
|---|
BatchIndex(MetaIndexEngine indexEngine,
IOService ioService,
Observer observer,
ExecutorService executorService,
Class<? extends FileAttributeView>... views) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
void |
run(Path root) |
void |
run(Path root,
Runnable callback) |
void |
runAsync(FileSystem fs) |
void |
runAsync(Path root) |
public BatchIndex(MetaIndexEngine indexEngine, IOService ioService, Observer observer, ExecutorService executorService, Class<? extends FileAttributeView>... views)
public void runAsync(FileSystem fs)
public void runAsync(Path root)
public void run(Path root)
public void dispose()
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.