@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.
Returns the auto index used by the auto indexer.
|
Set<String> |
getAutoIndexedProperties()
Deprecated.
Returns the set of property names that are currently monitored for auto
indexing.
|
boolean |
isEnabled()
Deprecated.
Returns true iff this auto indexer is enabled, false otherwise.
|
void |
setEnabled(boolean enabled)
Deprecated.
Sets the AutoIndexer as enabled or not.
|
void |
startAutoIndexingProperty(String propName)
Deprecated.
Start auto indexing a property.
|
void |
stopAutoIndexingProperty(String propName)
Deprecated.
Removes the argument from the set of auto indexed properties.
|
void setEnabled(boolean enabled)
enabled
- True to enable this auto indexer, false to disable it.boolean isEnabled()
setAutoIndexingEnabled(boolean)
setEnabled(boolean)
ReadableIndex<T> getAutoIndex()
void startAutoIndexingProperty(String propName)
propName
- The property name to start auto indexing.void stopAutoIndexingProperty(String propName)
propName
- The property name to stop auto indexing.Set<String> getAutoIndexedProperties()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.