public class StoredCacheData extends Object implements Serializable
IgnitePageStoreManager. In a nutshell, contains (most importantly)
CacheConfiguration and additional information about cache which is not a part of configuration.
This class is Serializable and is intended to be read-written with JdkMarshaller
in order to be serialization wise agnostic to further additions or removals of fields.| Constructor and Description |
|---|
StoredCacheData(CacheConfiguration<?,?> ccfg)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CacheConfiguration<?,?> |
config() |
Collection<QueryEntity> |
queryEntities() |
void |
queryEntities(Collection<QueryEntity> qryEntities) |
boolean |
sql() |
void |
sql(boolean sql) |
public StoredCacheData(CacheConfiguration<?,?> ccfg)
ccfg - Cache configuration.public CacheConfiguration<?,?> config()
public Collection<QueryEntity> queryEntities()
public void queryEntities(Collection<QueryEntity> qryEntities)
qryEntities - Query entities.public boolean sql()
true if cache was created with CREATE TABLE.public void sql(boolean sql)
sql - SQL flag - true if cache was created with CREATE TABLE.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.1.0 Release Date : July 20 2017