Class | Description |
---|---|
DistributedSystemIdConfiguration |
The
DistributedSystemIdConfiguration class is a Spring Configuration class used to configure
the distributed-system-id for a peer Cache member in a cluster
when using the P2P topology. |
DurableClientConfiguration |
The
DurableClientConfiguration class is a Spring Configuration class used to configure
this ClientCache instance as a Durable Client by setting the durable-client-id
and durable-client-timeout properties in addition to enabling keepAlive
on ClientCache shutdown. |
GroupsConfiguration |
The
GroupsConfiguration class is a Spring Configuration class used to configure the groups
in which is member belongs in an Apache Geode/Pivotal GemFire distributed system, whether the member
is a ClientCache in a client/server topology or a peer Cache in a cluster
using the P2P topology. |
LocatorsConfiguration |
The
LocatorsConfiguration class is a Spring Configuration class used to configure Apache Geode
or Pivotal GemFire's locators and/or remote-locators properties used by a
peer Cache member to join a cluster of servers when using the P2P topology. |
MemberNameConfiguration |
The
MemberNameConfiguration class is a Spring Configuration class used to configure
an Apache Geode or Pivotal GemFire's member name in the distributed system, whether the member
is a client in the client/server topology or a peer in a cluster
using the P2P topology. |
Annotation Type | Description |
---|---|
EnableDurableClient |
The
EnableDurableClient annotation configures a ClientCache instance as a Durable Client. |
UseDistributedSystemId |
The
UseDistributedSystemId annotation configures the distributed-system-id property
of a peer Cache member in an Apache Geode/Pivotal GemFire P2P topology. |
UseGroups |
The
UseGroups annotation configures the groups in which the member belongs in an Apache Geode
or Pivotal GemFire distributed system, whether the member is a ClientCache in a client/server topology
or a peer Cache in a cluster using the P2P topology. |
UseLocators |
The
UseLocators annotation configures the locators and/or remote-locators
Apache Geode/Pivotal GemFire properties used by a peer Cache member to join a cluster of servers
when using the P2P topology as well as when configuring the multi-site, WAN topology. |
UseMemberName |
The
UseMemberName annotation configures the name of the member in the Apache Geode
or Pivotal GemFire distributed system, whether the member is a client in
the client/server topology or a peer Cache member in the cluster using the P2P topology. |