public interface AsyncIndexerLock<T extends AsyncIndexerLock.LockToken>
Modifier and Type | Interface and Description |
---|---|
static interface |
AsyncIndexerLock.LockToken
Marker interface.
|
Modifier and Type | Field and Description |
---|---|
static AsyncIndexerLock |
NOOP_LOCK |
Modifier and Type | Method and Description |
---|---|
T |
lock(java.lang.String asyncIndexerLane) |
void |
unlock(T token) |
static final AsyncIndexerLock NOOP_LOCK
T lock(java.lang.String asyncIndexerLane) throws CommitFailedException
CommitFailedException
void unlock(T token) throws CommitFailedException
CommitFailedException
Copyright © 2010 - 2020 Adobe. All Rights Reserved