public class IndexManager extends Object
Constructor and Description |
---|
IndexManager() |
Modifier and Type | Method and Description |
---|---|
void |
addIndexProvider(ConnectorId connectorId,
ConnectorIndexProvider indexProvider) |
ConnectorIndex |
getIndex(Session session,
IndexHandle indexHandle,
List<ColumnHandle> lookupSchema,
List<ColumnHandle> outputSchema) |
void |
removeIndexProvider(ConnectorId connectorId) |
public void addIndexProvider(ConnectorId connectorId, ConnectorIndexProvider indexProvider)
public void removeIndexProvider(ConnectorId connectorId)
public ConnectorIndex getIndex(Session session, IndexHandle indexHandle, List<ColumnHandle> lookupSchema, List<ColumnHandle> outputSchema)
Copyright © 2012–2019. All rights reserved.