public class SchemaIndexCacheStat extends Object
| Constructor and Description |
|---|
SchemaIndexCacheStat() |
| Modifier and Type | Method and Description |
|---|---|
void |
accumulate(SchemaIndexCacheStat stat)
Adds statistics from
stat to the current statistics. |
void |
add(int scanned)
Adds to number of scanned keys given
scanned. |
void |
addType(QueryTypeDescriptorImpl type)
Adds type to indexed types.
|
int |
scannedKeys() |
Collection<String> |
typeNames() |
Collection<QueryTypeDescriptorImpl> |
types() |
public void accumulate(SchemaIndexCacheStat stat)
stat to the current statistics.stat - Statistics.public void addType(QueryTypeDescriptorImpl type)
type - Type.public void add(int scanned)
scanned.scanned - Number of scanned keys during partition processing. Must be positive or zero.public int scannedKeys()
public Collection<String> typeNames()
public Collection<QueryTypeDescriptorImpl> types()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021