Filter.Results
Modifier and Type | Method and Description |
---|---|
void |
add(String nodeKey,
T value) |
void |
remove(String nodeKey) |
void |
remove(String nodeKey,
T value) |
void |
removeAll()
Remove all of the index entries from the index.
|
void |
shutdown(boolean destroyed)
Shut down this index and release all runtime resources.
|
estimateCardinality, estimateTotalCount
void removeAll()
void shutdown(boolean destroyed)
destroyed
is true
, then this index has been
removed from the repository and will not be reused; thus all persistent resources should also be released. If
destroyed
is false
, then this repository is merely shutting down and the index's persistent resources
should be kept so that they are available when the repository is restarted.destroyed
- true if this index is being permanently removed from the repository and all runtime and persistent
resources can/should be released and cleaned up, or false if the repository is being shutdown and this index will be
needed the next time the repository is startedvoid remove(String nodeKey)
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.