public class CacheValidateIndexes.Arguments extends Object
| Constructor and Description |
|---|
Arguments(Set<String> caches,
UUID nodeId,
int checkFirst,
int checkThrough,
boolean checkCrc,
boolean checkSizes)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
caches() |
boolean |
checkCrc() |
int |
checkFirst() |
boolean |
checkSizes()
Returns whether to check that index size and cache size are same.
|
int |
checkThrough() |
UUID |
nodeId() |
public Arguments(Set<String> caches, UUID nodeId, int checkFirst, int checkThrough, boolean checkCrc, boolean checkSizes)
caches - Caches.nodeId - Node id.checkFirst - Max number of entries to be checked.checkThrough - Number of entries to check through.checkCrc - Check CRC.checkSizes - Check that index size and cache size are same.public int checkFirst()
public int checkThrough()
public UUID nodeId()
public boolean checkCrc()
public boolean checkSizes()
true if need check that index size and cache size
are same.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022