public class CacheChangesTracker extends Object implements Closeable
| Modifier and Type | Class and Description |
|---|---|
static class |
CacheChangesTracker.LazyBloomFilter |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
invalidateDocument(String key) |
boolean |
mightBeenAffected(String key) |
void |
putDocument(String key) |
public void putDocument(String key)
public void invalidateDocument(String key)
public boolean mightBeenAffected(String key)
public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.