Registry / database / geode-core

geode-core

JSON →
library2.0.2javamavenunverified

Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing.

<dependency> <groupId>org.apache.geode</groupId> <artifactId>geode-core</artifactId> <version>2.0.2</version> </dependency>
INSTALL
IMPORT
SIG · GEODE-CORE
G
geode-core
databasejavav2.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Region
org.apache.geode.cache.Region

Minimal example showing how to create a client cache and interact with a region.

import org.apache.geode.cache.Region; import org.apache.geode.cache.client.ClientCache; import org.apache.geode.cache.client.ClientCacheFactory; ClientCache cache = new ClientCacheFactory().create(); Region<String, String> region = cache.createClientRegionFactory(RegionShortcut.PROXY).create("exampleRegion"); region.put("key1", "value1"); System.out.println(region.get("key1"));
Debug
Known issues
gotchaGeode 2.0.2 is an older version; consider upgrading to a newer release for bug fixes and features.
fix
Update to the latest stable version (e.g., 1.15.x or 2.x latest).
affects: <=2.0.2
Upgrade
Version history
2.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
OpenAI (training)
1
Resources
geode-core — mvn dependency:get geode-core · libregistry