public class CacheData extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
CacheConfiguration |
cacheConfiguration() |
CacheConfigurationEnrichment |
cacheConfigurationEnrichment() |
int |
cacheId() |
CacheType |
cacheType() |
IgniteUuid |
deploymentId() |
long |
flags() |
int |
groupId() |
UUID |
receivedFrom() |
QuerySchema |
schema() |
boolean |
sql() |
boolean |
staticallyConfigured() |
boolean |
template() |
String |
toString() |
public int groupId()
public int cacheId()
public boolean template()
True if this is template configuration.public CacheType cacheType()
public IgniteUuid deploymentId()
public boolean staticallyConfigured()
True if statically configured.public boolean sql()
True if cache was created by an SQL command such as CREATE TABLE.public CacheConfiguration cacheConfiguration()
public QuerySchema schema()
public UUID receivedFrom()
public long flags()
public CacheConfigurationEnrichment cacheConfigurationEnrichment()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021