public interface IndexSampler
| Modifier and Type | Field and Description |
|---|---|
static IndexSampler |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
long |
sampleIndex(org.neo4j.register.Register.DoubleLong.Out result)
Sample this index (on the current thread)
|
static final IndexSampler EMPTY
long sampleIndex(org.neo4j.register.Register.DoubleLong.Out result)
throws org.neo4j.kernel.api.exceptions.index.IndexNotFoundKernelException
result - contains the unique values and the sampled sizeorg.neo4j.kernel.api.exceptions.index.IndexNotFoundKernelException - if the index is dropped while samplingCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.