public class SchemaIndexCacheVisitorImpl extends Object implements SchemaIndexCacheVisitor
| Constructor and Description |
|---|
SchemaIndexCacheVisitorImpl(GridCacheContext cctx)
Constructor.
|
SchemaIndexCacheVisitorImpl(GridCacheContext cctx,
SchemaIndexCacheFilter rowFilter,
SchemaIndexOperationCancellationToken cancel,
int parallelism)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
void |
visit(SchemaIndexCacheVisitorClosure clo)
Visit cache entries and pass them to closure.
|
public SchemaIndexCacheVisitorImpl(GridCacheContext cctx)
cctx - Cache context.public SchemaIndexCacheVisitorImpl(GridCacheContext cctx, SchemaIndexCacheFilter rowFilter, SchemaIndexOperationCancellationToken cancel, int parallelism)
cctx - Cache context.rowFilter - Row filter.cancel - Cancellation token.parallelism - Degree of parallelism.public void visit(SchemaIndexCacheVisitorClosure clo) throws IgniteCheckedException
visit in interface SchemaIndexCacheVisitorclo - Closure.IgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.4.0 Release Date : March 5 2018