public class ConfigPair extends Object
| Modifier and Type | Method and Description |
|---|---|
org.apache.ignite.configuration.CacheConfiguration |
getMain()
Return the 'main' cache configuration.
|
org.apache.ignite.configuration.NearCacheConfiguration |
getNear()
Return the 'near' cache configuration (can be null).
|
boolean |
hasNearCache()
Return true if there is a near cache configuration.
|
void |
setName(String fullName)
Set the cache name.
|
public org.apache.ignite.configuration.CacheConfiguration getMain()
public org.apache.ignite.configuration.NearCacheConfiguration getNear()
public boolean hasNearCache()
Copyright © 2016. All rights reserved.