public static class CacheJoinNodeDiscoveryData.CacheInfo extends Object implements Serializable
| Constructor and Description |
|---|
CacheInfo(StoredCacheData cacheData,
CacheType cacheType,
boolean sql,
long flags,
boolean staticallyConfigured) |
| Modifier and Type | Method and Description |
|---|---|
StoredCacheData |
cacheData() |
CacheType |
cacheType() |
long |
getFlags() |
boolean |
isStaticallyConfigured() |
boolean |
sql() |
String |
toString() |
public CacheInfo(StoredCacheData cacheData, CacheType cacheType, boolean sql, long flags, boolean staticallyConfigured)
cacheData - Cache data.cacheType - Cache type.sql - SQL flag - true if cache was created with CREATE TABLE.flags - Flags (for future usage).staticallyConfigured - true if it was configured by static config and false otherwise.public StoredCacheData cacheData()
public CacheType cacheType()
public boolean sql()
true if cache was created with CREATE TABLE.public boolean isStaticallyConfigured()
true if it was configured by static config and false otherwise.public long getFlags()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020