| Field and Description |
|---|
| org.apache.geode.cache.configuration.PoolType.threadLocalConnections |
| Method and Description |
|---|
| org.apache.geode.cache.configuration.PoolType.isThreadLocalConnections()
Since Geode 1.10.0. Thread local connections are ignored. Will be removed in future
major release.
|
| org.apache.geode.cache.configuration.PoolType.setThreadLocalConnections(Boolean)
Since Geode 1.10.0. Thread local connections are ignored. Will be removed in future
major release.
|
| org.apache.geode.cache.configuration.RegionConfig.Index.setType(String)
Index should only be a "key" or "range" type which is set using
RegionConfig.Index.setKeyIndex(Boolean) |