All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.geode.distributed.package.html Maven / Gradle / Ivy

Go to download

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

There is a newer version: 1.15.1
Show newest version




Provides information about, access to, and common tools for GemFire distributed systems. When a program wishes to access distributed dtaa data stored in GemFire, it first creates a {@link org.apache.geode.distributed.DistributedSystem} that will connect to the distributed system. GemFire provides two means of discovering the other members in a distributed group. The first uses IP multicast to broadcast a message to all members that listen on a given port and address. The second method of discovery uses special VMs called {@linkplain org.apache.geode.distributed.Locator "locators"} to keep track of the members of the distributed system. Each locator is identified by a host/port pair that is specified when connecting to the distributed system.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy