- cache - Variable in class wan.WANClient
-
The GemFire ClientCache
- cache - Variable in class wanActiveActive.WANClient
-
The GemFire ClientCache
- cacheOverflow - package cacheOverflow
-
Contains a example of how the GemFire Cache's overflow feature can be used to
store more data than can fit in a Java Virtual Machine's heap.
- CacheOverflow - Class in cacheOverflow
-
An example program that demonstrates the "overflow" feature of
GemFire cache regions.
- CacheOverflow() - Constructor for class cacheOverflow.CacheOverflow
-
- cacheRunner - package cacheRunner
-
Contains an interactive console-based program that demonstrates
many features of GemFire's distributed Cache.
- CacheRunner - Class in cacheRunner
-
This class is a command-line application that allows the user to
exercise GemFire's API.
- CacheRunner() - Constructor for class cacheRunner.CacheRunner
-
- cacheworker - package cacheworker
-
- CacheWorker - Class in cacheworker.internal
-
Starting the CacheWorker creates a GemFire Cache and launches a thread
which performs caching operations.
- CacheWorker() - Constructor for class cacheworker.internal.CacheWorker
-
- cacheworker.internal - package cacheworker.internal
-
- CacheWorkerActivator - Class in cacheworker.internal
-
Provides OSGi lifecycle for the CacheWorker example.
- CacheWorkerActivator() - Constructor for class cacheworker.internal.CacheWorkerActivator
-
- clearMergedFlag() - Method in class wanActiveActive.Value
-
- clearResults() - Method in class quickstart.MyArrayListResultCollector
-
GemFire will invoke this method before re-executing function (in case of
Function Execution HA) This is to clear the previous execution results from
the result collector
- Client - Class in clientAPI
-
This example shows how to use the client APIs to create two different
types of clients that will connect to a cache server.
- Client - Class in com.gemstone.gemfire.tutorial
-
Main method that connects to the GemFire distributed system as a client and
launches a command line user interface for the social networking application.
- Client() - Constructor for class com.gemstone.gemfire.tutorial.Client
-
- Client - Class in partitionedRegionQuerying
-
This example shows how to execute a query using function from a client by setting a
filter in the function call.This client connects two servers with
Partitioned region, inserts data and executes a query.
- Client() - Constructor for class partitionedRegionQuerying.Client
-
- Client - Class in portableDataExchange.pdxserializable
-
A sample gemfire client that writes and queries PositionPdx objects on a
server.
- Client() - Constructor for class portableDataExchange.pdxserializable.Client
-
- Client - Class in portableDataExchange.serializer
-
A sample gemfire client that writes and queries PositionPdx objects on a
server.
- Client() - Constructor for class portableDataExchange.serializer.Client
-
- Client.SubscriberListener - Class in clientAPI
-
A listener that is used in the subscriber client to wait for the
publisher to finish its work.
- Client.SubscriberListener() - Constructor for class clientAPI.Client.SubscriberListener
-
- clientAPI - package clientAPI
-
Contains an example that demonstrates how to configure your client applications through the GemFire API instead of through the cache.xml.
- ClientConsumer - Class in quickstart
-
In this example of client/server caching, the server listens on a port for
client requests and updates.
- ClientConsumer() - Constructor for class quickstart.ClientConsumer
-
- ClientWorker - Class in quickstart
-
In this example of client/server caching, the server listens on a port for
client requests and updates.
- ClientWorker() - Constructor for class quickstart.ClientWorker
-
- close() - Method in class cacheRunner.LoggingCacheCallback
-
No logging is performed when a callback is closed
- close() - Method in class cacheRunner.StringLoader
-
- close() - Method in class flashcache.QuoteLoader
-
This method would clean up any database connections or other
external resources.
- close() - Method in class quickstart.QuarterPartitionResolver
-
- close() - Method in class quickstart.SimpleCacheLoader
-
- close() - Method in class quickstart.SimpleCqListener
-
- close() - Method in class transaction.CustomerOrderResolver
-
- close() - Method in interface wanActiveActive.Dialog.CloseCallback
-
- close() - Method in class wanActiveActive.WANConflictResolver
-
This is invoked when the dialog closes.
- com.gemstone.gemfire.tutorial - package com.gemstone.gemfire.tutorial
-
- com.gemstone.gemfire.tutorial.model - package com.gemstone.gemfire.tutorial.model
-
- com.gemstone.gemfire.tutorial.storage - package com.gemstone.gemfire.tutorial.storage
-
- connectStandalone(String) - Static method in class clientAPI.Client
-
Sets up this client's ClientCache.
- CqClient - Class in quickstart
-
In this example of hierarchical caching, the server listens on a port for
client requests and updates.
- CqClient() - Constructor for class quickstart.CqClient
-
- createCache() - Method in class transaction.TransactionalPeer
-
Connects to the distributed system and creates the cache
- createRegions(boolean) - Method in class transaction.TransactionalPeer
-
Creates the customer and order regions
- CustomerId - Class in transaction
-
Key for the customer region
- CustomerId(int) - Constructor for class transaction.CustomerId
-
- CustomerOrderResolver - Class in transaction
-
This resolver ensures that customer and their order are colocated by
always returning
CustomerId
- CustomerOrderResolver() - Constructor for class transaction.CustomerOrderResolver
-
- DataEviction - Class in quickstart
-
This example shows cached data eviction.
- DataEviction() - Constructor for class quickstart.DataEviction
-
- DataExpiration - Class in quickstart
-
Each data region can be configured to expire entries that have not been
accessed recently or that have not been updated recently.
- DataExpiration() - Constructor for class quickstart.DataExpiration
-
- DataOverflow - Class in quickstart
-
This example shows cached data overflow to disk.
- DataOverflow() - Constructor for class quickstart.DataOverflow
-
- DataPersistence - Class in quickstart
-
This example shows the persistence of cached data to disk.
- DataPersistence() - Constructor for class quickstart.DataPersistence
-
- delta - package delta
-
Contains an application that demonstrates the use of Delta Propagation.
- DeltaCacheServer - Class in delta
-
This class is a command-line application that allows the user to run, verify
and experiment with the delta propagation features
- DeltaCacheServer() - Constructor for class delta.DeltaCacheServer
-
- DeltaCollection - Class in delta
-
Sample implementation of Delta
- DeltaCollection() - Constructor for class delta.DeltaCollection
-
- DeltaCollection(int) - Constructor for class delta.DeltaCollection
-
- DeltaFeederClient - Class in delta
-
This class is a command-line application that functions as a feeder Client in
the system and allows the user to run, verify and experiment with the delta
propogation features
- DeltaFeederClient() - Constructor for class delta.DeltaFeederClient
-
- DeltaObj - Class in quickstart
-
Sample Object class which implements Delta.
- DeltaObj() - Constructor for class quickstart.DeltaObj
-
- DeltaPropagationClientFeeder - Class in quickstart
-
DeltaPropagationClient.java has the client which connects to the
DeltaPropagationServer.java.
- DeltaPropagationClientFeeder() - Constructor for class quickstart.DeltaPropagationClientFeeder
-
- DeltaPropagationClientReceiver - Class in quickstart
-
Client that registers interest to receives all delta updates.
- DeltaPropagationClientReceiver() - Constructor for class quickstart.DeltaPropagationClientReceiver
-
- DeltaPropagationServer - Class in quickstart
-
DeltaPropagationServer.java has the server to which the
DeltaPropagationClient connects.
- DeltaPropagationServer() - Constructor for class quickstart.DeltaPropagationServer
-
- DeltaReceiverClient - Class in delta
-
This class is a command-line application that functions as a reciver Client
in the system and allows the user to run, verify and experiment with the
delta propogation features
- DeltaReceiverClient() - Constructor for class delta.DeltaReceiverClient
-
- DeltaReceiverListener - Class in quickstart
-
Delta Propagation quick start receiver cache listener
- DeltaReceiverListener() - Constructor for class quickstart.DeltaReceiverListener
-
- DeltaSimpleListener - Class in quickstart
-
Delta Propagation quick start cache listener for simple uses
- DeltaSimpleListener() - Constructor for class quickstart.DeltaSimpleListener
-
- Dialog - Class in wanActiveActive
-
A simple AWT dialog used by this example to show conflict resolution and the
current state of the cache in each process.
- Dialog(String, Dialog.CloseCallback, boolean) - Constructor for class wanActiveActive.Dialog
-
- Dialog.CloseCallback - Interface in wanActiveActive
-
- DistributedLocking - Class in quickstart
-
DistributedLocking.java demonstrates the user of distributed locking to
manage concurrent access to resources.
- DistributedLocking() - Constructor for class quickstart.DistributedLocking
-
- doCq(ClientCache) - Static method in class quickstart.MultiuserSecurityClient
-
- doPuts() - Method in class wan.WANClient
-
Executes the WANClient multi-threaded putter.
- doPuts() - Method in class wanActiveActive.WANClient
-
Executes the WANClient conflicting update thread
- DurableClient - Class in quickstart
-
DurableClient.java has the client which connects to the DurableServer.java.
- DurableClient() - Constructor for class quickstart.DurableClient
-
- DurableClientCacheListener<K,V> - Class in quickstart
-
CacheListener for the durable client.
- DurableClientCacheListener() - Constructor for class quickstart.DurableClientCacheListener
-
- DurableServer - Class in quickstart
-
DurableServer.java has the server to which the DurableClient connects.
- DurableServer() - Constructor for class quickstart.DurableServer
-
- GemfireDAO - Class in com.gemstone.gemfire.tutorial.storage
-
Data Access Object to store people and posts using GemFire.
- GemfireDAO() - Constructor for class com.gemstone.gemfire.tutorial.storage.GemfireDAO
-
- getAuthor() - Method in class com.gemstone.gemfire.tutorial.model.PostID
-
- getAvg20DaysVol() - Method in class portableDataExchange.pdxserializable.PositionPdx
-
- getAvg20DaysVol() - Method in class portableDataExchange.serializer.PositionPdx
-
- getBondRating() - Method in class portableDataExchange.pdxserializable.PositionPdx
-
- getBondRating() - Method in class portableDataExchange.serializer.PositionPdx
-
- getConvRatio() - Method in class portableDataExchange.pdxserializable.PositionPdx
-
- getConvRatio() - Method in class portableDataExchange.serializer.PositionPdx
-
- getCount() - Static method in class portableDataExchange.pdxserializable.PositionPdx
-
- getCount() - Static method in class portableDataExchange.serializer.PositionPdx
-
- getCountry() - Method in class portableDataExchange.pdxserializable.PositionPdx
-
- getCountry() - Method in class portableDataExchange.serializer.PositionPdx
-
- getCustId() - Method in class transaction.CustomerId
-
- getCustId() - Method in class transaction.OrderId
-
- getDelta() - Method in class portableDataExchange.pdxserializable.PositionPdx
-
- getDelta() - Method in class portableDataExchange.serializer.PositionPdx
-
- getDoubleField() - Method in class cacheRunner.ExampleObject
-
- getFloatField() - Method in class cacheRunner.ExampleObject
-
- getFriends() - Method in class com.gemstone.gemfire.tutorial.model.Profile
-
- getId() - Method in class cacheRunner.Portfolio
-
Returns the id of this portfolio.
- getId() - Method in class partitionedRegionQuerying.Portfolio
-
- getId() - Method in class partitionedRegionQuerying.QueryingFunction
-
- getId() - Method in class quickstart.MultiGetFunction
-
- getId() - Method in class quickstart.Portfolio
-
- getId() - Method in class quickstart.ServerFreeMemFunction
-
- getId() - Method in class transaction.TransactionalFunction
-
- getIdent() - Method in class delta.NestedDelta.NestedType
-
- getIndustry() - Method in class portableDataExchange.pdxserializable.PositionPdx
-
- getIndustry() - Method in class portableDataExchange.serializer.PositionPdx
-
- getIntField() - Method in class cacheRunner.ExampleObject
-
- getIssuer() - Method in class portableDataExchange.pdxserializable.PositionPdx
-
- getIssuer() - Method in class portableDataExchange.serializer.PositionPdx
-
- getKey() - Method in class cacheRunner.ExampleObject
-
- getLongField() - Method in class cacheRunner.ExampleObject
-
- getMktValue() - Method in class cacheRunner.Position
-
Returns the value of this position.
- getMktValue() - Method in class portableDataExchange.pdxserializable.PositionPdx
-
- getMktValue() - Method in class portableDataExchange.serializer.PositionPdx
-
- getMktValue() - Method in class quickstart.Position
-
- getModification() - Method in class wanActiveActive.Value
-
- getModificationCount() - Method in class wanActiveActive.Value
-
- getName() - Method in class quickstart.QuarterPartitionResolver
-
- getName() - Method in class transaction.CustomerOrderResolver
-
- getOrderId() - Method in class transaction.OrderId
-
- getPartitionName(EntryOperation<Date, String>, Set<String>) - Method in class quickstart.QuarterPartitionResolver
-
- getPeople() - Method in class com.gemstone.gemfire.tutorial.storage.GemfireDAO
-
Get this list of people in the system
- getPid() - Method in class portableDataExchange.pdxserializable.PositionPdx
-
- getPid() - Method in class portableDataExchange.serializer.PositionPdx
-
- getPositions() - Method in class cacheRunner.Portfolio
-
Returns the positions held in this portfolio.
- getPositions() - Method in class quickstart.Portfolio
-
- getPost(PostID) - Method in class com.gemstone.gemfire.tutorial.storage.GemfireDAO
-
Get a post, given the post ID.
- getPosts() - Method in class com.gemstone.gemfire.tutorial.storage.GemfireDAO
-
Get this list of all posts in the system
- getProfile(String) - Method in class com.gemstone.gemfire.tutorial.storage.GemfireDAO
-
Get the profile of a specific person
- getQty() - Method in class cacheRunner.Position
-
Returns the number of shares held in this position.
- getQty() - Method in class portableDataExchange.pdxserializable.PositionPdx
-
- getQty() - Method in class portableDataExchange.serializer.PositionPdx
-
- getQty() - Method in class quickstart.Position
-
- getQuote(String) - Method in class flashcache.Quote
-
this method returns a cached quote
- getResult() - Method in class quickstart.MyArrayListResultCollector
-
Waits if necessary for the computation to complete, and then retrieves its
result.
- getResult(long, TimeUnit) - Method in class quickstart.MyArrayListResultCollector
-
Waits if necessary for at most the given time for the computation to
complete, and then retrieves its result, if available.
- getRoutingObject(EntryOperation<Date, String>) - Method in class quickstart.QuarterPartitionResolver
-
- getRoutingObject(EntryOperation) - Method in class transaction.CustomerOrderResolver
-
- getSecId() - Method in class cacheRunner.Position
-
Returns the id of the security held in this position.
- getSecId() - Method in class partitionedRegionQuerying.Portfolio
-
- getSecId() - Method in class portableDataExchange.pdxserializable.PositionPdx
-
- getSecId() - Method in class portableDataExchange.serializer.PositionPdx
-
- getSecId() - Method in class quickstart.Position
-
- getSecLinks() - Method in class portableDataExchange.pdxserializable.PositionPdx
-
- getSecLinks() - Method in class portableDataExchange.serializer.PositionPdx
-
- getSecType() - Method in class portableDataExchange.pdxserializable.PositionPdx
-
- getSecType() - Method in class portableDataExchange.serializer.PositionPdx
-
- getSharesOutstanding() - Method in class portableDataExchange.pdxserializable.PositionPdx
-
- getSharesOutstanding() - Method in class portableDataExchange.serializer.PositionPdx
-
- getShortField() - Method in class cacheRunner.ExampleObject
-
- getStatus() - Method in class cacheRunner.Portfolio
-
Returns the status of this portfolio (active or
inactive).
- getStatus() - Method in class partitionedRegionQuerying.Portfolio
-
- getStatus() - Method in class quickstart.Portfolio
-
- getStringField() - Method in class cacheRunner.ExampleObject
-
- getStringListField() - Method in class cacheRunner.ExampleObject
-
- getSwitch() - Method in class delta.NestedDelta.NestedType
-
- getTimestamp() - Method in class com.gemstone.gemfire.tutorial.model.PostID
-
- getType() - Method in class cacheRunner.Portfolio
-
Returns the type of this portfolio.
- getType() - Method in class quickstart.Portfolio
-
- getUnderlyer() - Method in class portableDataExchange.pdxserializable.PositionPdx
-
- getUnderlyer() - Method in class portableDataExchange.serializer.PositionPdx
-
- getVolatility() - Method in class portableDataExchange.pdxserializable.PositionPdx
-
- getVolatility() - Method in class portableDataExchange.serializer.PositionPdx
-
- go() - Method in class quickstart.BenchmarkAckProducer
-
- go() - Method in class quickstart.BenchmarkClient
-
- I18nClient - Class in quickstart
-
In this example a server is loaded with an xml encoded in utf-8 with
Japanese Strings, the client then requests a list of all keys, and fetches
the contents of the server.
- I18nClient() - Constructor for class quickstart.I18nClient
-
- incrementModificationCount() - Method in class wanActiveActive.Value
-
- init(Properties) - Method in class cacheRunner.ExampleObject
-
- init(Properties) - Method in class cacheRunner.LoggingCacheCallback
-
Initializes this cache callback using data configured in a
cache.xml file.
- init(Properties) - Method in class cacheRunner.Portfolio
-
Initializes an instance of Portfolio from a
Properties object assembled from data residing in a
cache.xml file.
- init(Properties) - Method in class cacheRunner.Position
-
- init(Properties) - Method in class cacheRunner.StringLoader
-
Nothing to initialize
- init(Properties) - Method in class cacheworker.SimpleCacheListener
-
- init(Properties) - Method in class com.gemstone.gemfire.tutorial.storage.LoggingCacheListener
-
- init(Properties) - Method in class helloworld.SimpleCacheListener
-
- init(Properties) - Method in class partitionedRegionQuerying.QueryingFunction
-
- init(Properties) - Method in class portableDataExchange.LoggingCacheListener
-
Initialize any properties in the specified in the cache.xml file.
- init(Properties) - Method in class quickstart.DeltaReceiverListener
-
- init(Properties) - Method in class quickstart.DeltaSimpleListener
-
- init(Properties) - Method in class quickstart.Portfolio
-
- init(Properties) - Method in class quickstart.Position
-
- init(Properties) - Method in class quickstart.QuarterPartitionResolver
-
- init(Properties) - Method in class quickstart.SimpleCacheListener
-
- init(Properties) - Method in class quickstart.SimpleCacheLoader
-
- init(Properties) - Method in class wan.WANCacheListener
-
Initializes this WANCacheListener.
- init(Properties) - Method in class wanActiveActive.WANConflictResolver
-
Initializes this WANConflictResolver.
- initClient() - Method in class com.gemstone.gemfire.tutorial.storage.GemfireDAO
-
Connect to the distributed system as a client and
declare the people and posts regions
- initializeCache(Cache, CacheListener<String, Object>) - Method in class flashcache.Quote
-
this method initializes the cache
- initializeCache() - Method in class wan.WANClient
-
Initializes the GemFire ClientCache.
- initializeCache() - Method in class wanActiveActive.WANClient
-
Initializes the GemFire ClientCache.
- initializeDistSystem(String) - Method in class flashcache.Quote
-
this method initializes the distributed system
- initializeRegion(String) - Method in class wan.WANClient
-
Initializes the GemFire Region.
- initializeRegion(String) - Method in class wanActiveActive.WANClient
-
Initializes the GemFire Region.
- initPeer() - Method in class com.gemstone.gemfire.tutorial.storage.GemfireDAO
-
Connect to the distributed system as a peer and declare
the people and posts regions.
- isActive() - Method in class cacheRunner.Portfolio
-
Returns whether or not this portfolio is active.
- isActive() - Method in class quickstart.Portfolio
-
- isHA() - Method in class partitionedRegionQuerying.QueryingFunction
-
- load(LoaderHelper) - Method in class cacheRunner.LoggingCacheLoader
-
Before creating a new value for the requested key, this loader
will do a LoaderHelper.netSearch(boolean) to look for the value in
another member of the distributed system.
- load(LoaderHelper) - Method in class cacheRunner.StringLoader
-
Simply return the string value of the key being loaded
- load(LoaderHelper<String, Object>) - Method in class flashcache.QuoteLoader
-
this method is invoked by GemFire when there is a cache miss
- load(LoaderHelper<String, String>) - Method in class quickstart.SimpleCacheLoader
-
- log(String, GemFireCache) - Method in class cacheRunner.LoggingCacheCallback
-
Logs a message to either standard out or to the GemFire logger
obtained from the given GemFireCache.
- log(String, Region) - Method in class cacheRunner.LoggingCacheCallback
-
Logs a message to either standard out or to the GemFire logger
obtained from the given Region.
- log(String, EntryEvent) - Method in class cacheRunner.LoggingCacheCallback
-
Logs information about an EntryEvent
- log(String, RegionEvent) - Method in class cacheRunner.LoggingCacheCallback
-
Logs information about a RegionEvent
- log(String, TransactionEvent) - Method in class cacheRunner.LoggingTransactionListener
-
Logs information about a TransactionEvent
- log(String) - Static method in class partitionedRegionQuerying.Client
-
- LoggingCacheCallback - Class in cacheRunner
-
The abstract superclass of various GemFire
CacheCallbacks that log information about the events
that they receieve.
- LoggingCacheCallback() - Constructor for class cacheRunner.LoggingCacheCallback
-
Creates a new LoggingCacheCallback that logs to
standard out.
- LoggingCacheListener<K,V> - Class in cacheRunner
-
A CacheListener that logs information about the events it
receives.
- LoggingCacheListener() - Constructor for class cacheRunner.LoggingCacheListener
-
- LoggingCacheListener - Class in com.gemstone.gemfire.tutorial.storage
-
An implementation of GemFire CacheListener that just prints changes to
standard out.
- LoggingCacheListener() - Constructor for class com.gemstone.gemfire.tutorial.storage.LoggingCacheListener
-
- LoggingCacheListener - Class in portableDataExchange
-
An example of a cache listener that does not deserialize objects stored in
the PDX format.
- LoggingCacheListener() - Constructor for class portableDataExchange.LoggingCacheListener
-
- LoggingCacheListener - Class in transaction
-
Cache listener which prints changes in data to
System.out
- LoggingCacheListener() - Constructor for class transaction.LoggingCacheListener
-
- LoggingCacheLoader - Class in cacheRunner
-
A CacheLoader that logs information about the events
it receives.
- LoggingCacheLoader() - Constructor for class cacheRunner.LoggingCacheLoader
-
- LoggingCacheWriter - Class in cacheRunner
-
A CacheWriter
- LoggingCacheWriter() - Constructor for class cacheRunner.LoggingCacheWriter
-
Zero-argument constructor required for declarative caching
- LoggingTransactionListener - Class in cacheRunner
-
A GemFire TransactionListener that logs information
about the events it receives.
- LoggingTransactionListener() - Constructor for class cacheRunner.LoggingTransactionListener
-
Zero-argument constructor required for declarative cache XML
file.
- main(String[]) - Static method in class cacheOverflow.CacheOverflow
-
Parses the command line and launches one or more threads that
place data into a region.
- main(String[]) - Static method in class cacheRunner.CacheRunner
-
Parses the command line and runs the CacheRunner
example.
- main(String[]) - Static method in class clientAPI.Client
-
See the the README.html for instructions on how to
run the class from the command line.
- main(String[]) - Static method in class com.gemstone.gemfire.tutorial.Client
-
- main(String[]) - Static method in class com.gemstone.gemfire.tutorial.Peer
-
- main(String[]) - Static method in class delta.DeltaCacheServer
-
Parses the command line and runs the DeltaCacheServer example.
- main(String[]) - Static method in class delta.DeltaFeederClient
-
Parses the command line and runs the Delta Propagation
example.
- main(String[]) - Static method in class delta.DeltaReceiverClient
-
Parses the command line and runs the Delta Propagation example.
- main(String[]) - Static method in class flashcache.Quote
-
- main(String[]) - Static method in class flashcache.QuoteLoader
-
This is a test driver - this loads a quote without looking in
the GemFire cache.
- main(String[]) - Static method in class haOverflow.HACacheServer
-
Parses the command line and runs the HACacheServer example.
- main(String[]) - Static method in class haOverflow.HADurableClient
-
Parses the command line and runs the HACacheServer example.
- main(String[]) - Static method in class haOverflow.HADurableClientMgr
-
Parses the command line and runs the HACacheServer example.
- main(String[]) - Static method in class haOverflow.HAFeederClient
-
Parses the command line and runs the HACacheServer example.
- main(String[]) - Static method in class helloworld.HelloWorldConsumer
-
- main(String[]) - Static method in class helloworld.HelloWorldProducer
-
- main(String[]) - Static method in class partitionedRegionQuerying.Client
-
- main(String[]) - Static method in class portableDataExchange.pdxserializable.Client
-
- main(String[]) - Static method in class portableDataExchange.serializer.Client
-
- main(String[]) - Static method in class quickstart.BenchmarkAckConsumer
-
- main(String[]) - Static method in class quickstart.BenchmarkAckProducer
-
- main(String[]) - Static method in class quickstart.BenchmarkClient
-
- main(String[]) - Static method in class quickstart.ClientConsumer
-
- main(String[]) - Static method in class quickstart.ClientWorker
-
- main(String[]) - Static method in class quickstart.CqClient
-
- main(String[]) - Static method in class quickstart.DataEviction
-
- main(String[]) - Static method in class quickstart.DataExpiration
-
- main(String[]) - Static method in class quickstart.DataOverflow
-
- main(String[]) - Static method in class quickstart.DataPersistence
-
- main(String[]) - Static method in class quickstart.DeltaPropagationClientFeeder
-
- main(String[]) - Static method in class quickstart.DeltaPropagationClientReceiver
-
- main(String[]) - Static method in class quickstart.DeltaPropagationServer
-
- main(String[]) - Static method in class quickstart.DistributedLocking
-
- main(String[]) - Static method in class quickstart.DurableClient
-
- main(String[]) - Static method in class quickstart.DurableServer
-
- main(String[]) - Static method in class quickstart.FixedPartitionPeer1
-
- main(String[]) - Static method in class quickstart.FixedPartitionPeer2
-
- main(String[]) - Static method in class quickstart.FunctionExecutionPeer1
-
- main(String[]) - Static method in class quickstart.FunctionExecutionPeer2
-
- main(String[]) - Static method in class quickstart.I18nClient
-
- main(String[]) - Static method in class quickstart.JSONClient
-
- main(String[]) - Static method in class quickstart.ManagedNode
-
- main(String[]) - Static method in class quickstart.ManagerNode
-
- main(String[]) - Static method in class quickstart.MultiuserSecurityClient
-
- main(String[]) - Static method in class quickstart.MultiuserSecurityServer
-
- main(String[]) - Static method in class quickstart.PartitionedRegionVM1
-
- main(String[]) - Static method in class quickstart.PartitionedRegionVM2
-
- main(String[]) - Static method in class quickstart.PushConsumer
-
- main(String[]) - Static method in class quickstart.PushProducer
-
- main(String[]) - Static method in class quickstart.Querying
-
- main(String[]) - Static method in class quickstart.SecurityClient
-
- main(String[]) - Static method in class quickstart.SecurityServer
-
- main(String[]) - Static method in class quickstart.Transactions
-
- main(String[]) - Static method in class transaction.TransactionalPeer
-
- main(String[]) - Static method in class wan.WANClient
-
Parses the command line and executes the WANClient example.
- main(String[]) - Static method in class wanActiveActive.WANClient
-
Parses the command line and executes the WANClient example.
- ManagedNode - Class in quickstart
-
In this example of Managed Node.
1.
- ManagedNode() - Constructor for class quickstart.ManagedNode
-
- ManagerNode - Class in quickstart
-
In this example of Manager Node.
- ManagerNode() - Constructor for class quickstart.ManagerNode
-
- MERGED_FIELD - Static variable in class wanActiveActive.Value
-
- mergedByConflictResolver() - Method in class wanActiveActive.Value
-
The "merged" conflict resolution option from the hub cache.xml will cause
this flag to be set if the WANConflictResolver performs a merge.
- MODIFICATION_COUNT_FIELD - Static variable in class wanActiveActive.Value
-
- MODIFICATION_FIELD - Static variable in class wanActiveActive.Value
-
- MultiGetFunction - Class in quickstart
-
Application Function to retrieve values for multiple keys in a region.
- MultiGetFunction() - Constructor for class quickstart.MultiGetFunction
-
- MultiuserSecurityClient - Class in quickstart
-
In this example of secure client, the server listens on a port for client
requests and updates.
- MultiuserSecurityClient() - Constructor for class quickstart.MultiuserSecurityClient
-
- MultiuserSecurityServer - Class in quickstart
-
In this example the server starts on a port with security properties for
client requests.
- MultiuserSecurityServer() - Constructor for class quickstart.MultiuserSecurityServer
-
- MyArrayListResultCollector - Class in quickstart
-
MyArrayListResultCollector gathers result from all the function execution
nodes.
- MyArrayListResultCollector() - Constructor for class quickstart.MyArrayListResultCollector
-
- partitionedRegionQuerying - package partitionedRegionQuerying
-
Contains an application that demonstrates how to query partitioned regions using a function..
- PartitionedRegionVM1 - Class in quickstart
-
This example shows basic Region operations on a partitioned region, which has
data partitions on two VMs.
- PartitionedRegionVM1() - Constructor for class quickstart.PartitionedRegionVM1
-
- PartitionedRegionVM2 - Class in quickstart
-
This example shows basic Region operations on a partitioned region, which
has data partitions on two VMs.
- PartitionedRegionVM2() - Constructor for class quickstart.PartitionedRegionVM2
-
- PAYLOAD_KB_SIZE - Static variable in class quickstart.BenchmarkAckProducer
-
Size in kilobytes of payload to put in cache
- PAYLOAD_KB_SIZE - Static variable in class quickstart.BenchmarkClient
-
Size in kilobytes of payload to put in cache
- Peer - Class in com.gemstone.gemfire.tutorial
-
Main method that connects to the GemFire distributed system as a peer and
launches a command line user interface for the social networking application.
- Peer() - Constructor for class com.gemstone.gemfire.tutorial.Peer
-
- portableDataExchange - package portableDataExchange
-
Contains an application that demonstrates how to use gemfire's Portable Data Exchange serialization framework.
- portableDataExchange.pdxserializable - package portableDataExchange.pdxserializable
-
These example classes show how to serialize your objects with the Portable Data Exchange framework by implementing the PdxSerializable interface.
- portableDataExchange.serializer - package portableDataExchange.serializer
-
These example classes demonstrate how to implement your own PdxSerializer to serialize POJOs with the Portable Data Exchange framework.
- Portfolio - Class in cacheRunner
-
A stock portfolio that consists of multiple
Position
objects that represent shares of stock (a "security").
- Portfolio() - Constructor for class cacheRunner.Portfolio
-
- Portfolio - Class in partitionedRegionQuerying
-
A simple stock Portfolio.
- Portfolio(int) - Constructor for class partitionedRegionQuerying.Portfolio
-
- Portfolio - Class in quickstart
-
A stock portfolio that consists of multiple
Position objects that
represent shares of stock (a "security").
- Portfolio() - Constructor for class quickstart.Portfolio
-
- PortfolioPdx - Class in portableDataExchange.pdxserializable
-
An example of a portfolio object for a trading application.
- PortfolioPdx() - Constructor for class portableDataExchange.pdxserializable.PortfolioPdx
-
This constructor is used by the pdx serialization framework to create
this object before calling fromData.
- PortfolioPdx(int) - Constructor for class portableDataExchange.pdxserializable.PortfolioPdx
-
- PortfolioPdx(int, int) - Constructor for class portableDataExchange.pdxserializable.PortfolioPdx
-
- PortfolioPdx(int, int, String[]) - Constructor for class portableDataExchange.pdxserializable.PortfolioPdx
-
- PortfolioPdx - Class in portableDataExchange.serializer
-
An example of a portfolio object for a trading application.
- PortfolioPdx() - Constructor for class portableDataExchange.serializer.PortfolioPdx
-
This constructor is used by the pdx serialization framework to create
this object before calling fromData.
- PortfolioPdx(int) - Constructor for class portableDataExchange.serializer.PortfolioPdx
-
- PortfolioPdx(int, int) - Constructor for class portableDataExchange.serializer.PortfolioPdx
-
- PortfolioPdx(int, int, String[]) - Constructor for class portableDataExchange.serializer.PortfolioPdx
-
- PortfolioSerializer - Class in portableDataExchange.serializer
-
An example of a PdxSerializer that can serialize PortfolioPdx objects.
- PortfolioSerializer() - Constructor for class portableDataExchange.serializer.PortfolioSerializer
-
- Position - Class in cacheRunner
-
Represents a number of shares of a stock ("security") held in a
Portfolio.
- Position() - Constructor for class cacheRunner.Position
-
- Position - Class in quickstart
-
Represents a number of shares of a stock ("security") held in a
Portfolio.
- Position() - Constructor for class quickstart.Position
-
- PositionPdx - Class in portableDataExchange.pdxserializable
-
An example of a position object for a trading application.
- PositionPdx() - Constructor for class portableDataExchange.pdxserializable.PositionPdx
-
This contructor is used by the pdx serialization framework to create the
object before calling the fromData method.
- PositionPdx(String, int) - Constructor for class portableDataExchange.pdxserializable.PositionPdx
-
This constructor creates a new object with some data.
- PositionPdx - Class in portableDataExchange.serializer
-
An example of a position object for a trading application.
- PositionPdx() - Constructor for class portableDataExchange.serializer.PositionPdx
-
This constructor is used by the pdx serialization framework to create the
object before calling the fromData method.
- PositionPdx(String, int) - Constructor for class portableDataExchange.serializer.PositionPdx
-
This constructor creates a new object with some data.
- PositionSerializer - Class in portableDataExchange.serializer
-
An example of a PdxSerializer that can serialize PositionPdx objects.
- PositionSerializer() - Constructor for class portableDataExchange.serializer.PositionSerializer
-
- PostID - Class in com.gemstone.gemfire.tutorial.model
-
A PostID is a A unique ID for a post from a specific user.
- PostID(String, long) - Constructor for class com.gemstone.gemfire.tutorial.model.PostID
-
- pressEnterToContinue() - Static method in class quickstart.MultiuserSecurityClient
-
- printEventLog() - Method in class quickstart.SimpleCqListener
-
- processCommands() - Method in class com.gemstone.gemfire.tutorial.TextUI
-
Loop, reading commands from the input and processing them,
until an exit command is received.
- processEvent(String, EntryEvent<Object, Object>) - Method in class quickstart.DeltaReceiverListener
-
- processEvent(String, EntryEvent<Object, Object>) - Method in class quickstart.DeltaSimpleListener
-
- processEvent(String, EntryEvent<K, V>) - Method in class wan.WANCacheListener
-
Processes an event by incrementing the number of events received and logging
the event's key and new value.
- Profile - Class in com.gemstone.gemfire.tutorial.model
-
A profile for a user of the gemstone social networking application.
- Profile() - Constructor for class com.gemstone.gemfire.tutorial.model.Profile
-
- PushConsumer - Class in quickstart
-
This example shows a producer/consumer system with the consumer configured
as a replicate of the producer (push model, complete data replication).
- PushConsumer() - Constructor for class quickstart.PushConsumer
-
- PushProducer - Class in quickstart
-
This example shows a producer/consumer system with the consumer configured
as a replicate of the producer (push model, complete data replication).
- PushProducer() - Constructor for class quickstart.PushProducer
-
- secIds - Static variable in class partitionedRegionQuerying.Portfolio
-
- SecurityClient - Class in quickstart
-
In this example of secure client, the server listens on a port for client
requests and updates.
- SecurityClient() - Constructor for class quickstart.SecurityClient
-
- SecurityServer - Class in quickstart
-
In this example the server starts on a port with security properties for
client requests.
- SecurityServer() - Constructor for class quickstart.SecurityServer
-
- ServerFreeMemFunction - Class in quickstart
-
A non-data aware function to retrieve the amount of free Java heap memory on
the server, in MB.
- ServerFreeMemFunction() - Constructor for class quickstart.ServerFreeMemFunction
-
- setConflictCount(int) - Method in class wanActiveActive.Dialog
-
Set the conflictCount text of the dialog.
- setDoubleField(double) - Method in class cacheRunner.ExampleObject
-
- setDoubleVal(double) - Method in class delta.SimpleDelta
-
- setDoubleVal(double) - Method in class delta.SynchronizedDelta
-
- setEcho(boolean) - Method in class cacheRunner.CacheRunner
-
Sets whether commands from input should be echoed to output.
- setFloatField(float) - Method in class cacheRunner.ExampleObject
-
- setHistory(String) - Method in class wanActiveActive.Dialog
-
Set the history text of the dialog.
- setIdent(int) - Method in class delta.NestedDelta.NestedType
-
- setIntField(int) - Method in class cacheRunner.ExampleObject
-
- setIntVal(int) - Method in class delta.NestedDelta
-
- setIntVal(int) - Method in class delta.SimpleDelta
-
- setLongField(long) - Method in class cacheRunner.ExampleObject
-
- setLongVal(long) - Method in class delta.SynchronizedDelta
-
- setModification(String) - Method in class wanActiveActive.Dialog
-
Set the cache content text of this dialog.
- setModification(String) - Method in class wanActiveActive.Value
-
Set the "modification" field of this object.
- setNestedDelta(NestedDelta.NestedType) - Method in class delta.NestedDelta
-
- setObj(long) - Method in class quickstart.DeltaObj
-
- setShortField(short) - Method in class cacheRunner.ExampleObject
-
- setStringField(String) - Method in class cacheRunner.ExampleObject
-
- setStringListField(Vector<String>) - Method in class cacheRunner.ExampleObject
-
- setSwitch(boolean) - Method in class delta.NestedDelta.NestedType
-
- setXmlFile(File) - Method in class cacheRunner.CacheRunner
-
Sets the cache.xml file used to declaratively
initialize the cache in this example.
- SimpleCacheListener<K,V> - Class in cacheworker
-
Simple CacheListener that prints caching events to System.out.
- SimpleCacheListener() - Constructor for class cacheworker.SimpleCacheListener
-
- SimpleCacheListener<K,V> - Class in helloworld
-
- SimpleCacheListener() - Constructor for class helloworld.SimpleCacheListener
-
- SimpleCacheListener<K,V> - Class in quickstart
-
A simple CacheListener which prints lines to output.
- SimpleCacheListener() - Constructor for class quickstart.SimpleCacheListener
-
- SimpleCacheLoader - Class in quickstart
-
A simple CacheLoader implementation.
- SimpleCacheLoader() - Constructor for class quickstart.SimpleCacheLoader
-
- SimpleCqListener - Class in quickstart
-
A simple CqListener implementation.
- SimpleCqListener() - Constructor for class quickstart.SimpleCqListener
-
- SimpleCqListener(String) - Constructor for class quickstart.SimpleCqListener
-
- SimpleDelta - Class in delta
-
Sample implementation of Delta.
- SimpleDelta() - Constructor for class delta.SimpleDelta
-
- SimpleDelta(int, double) - Constructor for class delta.SimpleDelta
-
- start() - Method in class cacheworker.internal.CacheWorker
-
Starts the CacheWorker which creates a GemFire Cache and launches a thread
to perform caching operations.
- start(BundleContext) - Method in class cacheworker.internal.CacheWorkerActivator
-
Creates and starts a CacheWorker.
- stop() - Method in class cacheworker.internal.CacheWorker
-
Stops the CacheWorker thread and closes the Cache.
- stop(BundleContext) - Method in class cacheworker.internal.CacheWorkerActivator
-
Stops the CacheWorker.
- StringLoader - Class in cacheRunner
-
A CacheLoader that simply returns the
value of the key that is
loaded.
- StringLoader() - Constructor for class cacheRunner.StringLoader
-
- SynchronizedDelta - Class in delta
-
Sample implementation of Delta
- SynchronizedDelta(long, double) - Constructor for class delta.SynchronizedDelta
-