@Deprecated public interface AutoIndexer<T extends PropertyContainer>
ReadableIndex
(see getAutoIndex()
) and
the idea is that the mutating operations are managed by the AutoIndexer only
and the user should have no access other than mutating operations on the
database primitives.Modifier and Type | Method and Description |
---|---|
ReadableIndex<T> |
getAutoIndex()
Deprecated.
|
Set<String> |
getAutoIndexedProperties()
Deprecated.
|
boolean |
isEnabled()
Deprecated.
|
void |
setEnabled(boolean enabled)
Deprecated.
|
void |
startAutoIndexingProperty(String propName)
Deprecated.
|
void |
stopAutoIndexingProperty(String propName)
Deprecated.
|
@Deprecated void setEnabled(boolean enabled)
enabled
- True to enable this auto indexer, false to disable it.@Deprecated boolean isEnabled()
setAutoIndexingEnabled(boolean)
setEnabled(boolean)
@Deprecated ReadableIndex<T> getAutoIndex()
@Deprecated void startAutoIndexingProperty(String propName)
propName
- The property name to start auto indexing.@Deprecated void stopAutoIndexingProperty(String propName)
propName
- The property name to stop auto indexing.@Deprecated Set<String> getAutoIndexedProperties()
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.