Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
Modifier and Type | Method and Description |
---|---|
CacheFactory |
CacheFactory.set(String name,
String value)
Sets a gemfire property that will be used when creating the Cache.
|
CacheFactory |
CacheFactory.setPdxDiskStore(String diskStoreName)
Set the disk store that is used for PDX meta data.
|
CacheFactory |
CacheFactory.setPdxIgnoreUnreadFields(boolean ignore)
Control whether pdx ignores fields that were unread during deserialization.
|
CacheFactory |
CacheFactory.setPdxPersistent(boolean isPersistent)
Control whether the type metadata for PDX objects is persisted to disk.
|
CacheFactory |
CacheFactory.setPdxReadSerialized(boolean readSerialized)
Sets the object preference to PdxInstance type.
|
CacheFactory |
CacheFactory.setPdxSerializer(PdxSerializer serializer)
Set the PDX serializer for the cache.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.