public class SchemaIndexCacheVisitorImpl extends Object implements SchemaIndexCacheVisitor
| Constructor and Description |
|---|
SchemaIndexCacheVisitorImpl(GridQueryProcessor qryProc,
GridCacheContext cctx,
String cacheName,
String tblName,
SchemaIndexOperationCancellationToken cancel)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
void |
visit(SchemaIndexCacheVisitorClosure clo)
Visit cache entries and pass them to closure.
|
public SchemaIndexCacheVisitorImpl(GridQueryProcessor qryProc, GridCacheContext cctx, String cacheName, String tblName, SchemaIndexOperationCancellationToken cancel)
cctx - Cache context.cacheName - Cache name.tblName - Table name.cancel - Cancellation token.public void visit(SchemaIndexCacheVisitorClosure clo) throws IgniteCheckedException
visit in interface SchemaIndexCacheVisitorclo - Closure.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.1.0 Release Date : July 20 2017