@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented public @interface EnablePdx
@Configuration
annotated class to enable the GemFire PDX features and functionality in a GemFire server/data node
or GemFire cache client application.Modifier and Type | Optional Element and Description |
---|---|
String |
diskStoreName
Configures the disk store that is used for PDX meta data.
|
boolean |
ignoreUnreadFields
Configures whether pdx ignores fields that were unread during deserialization.
|
boolean |
persistent
Configures whether the type metadata for PDX objects is persisted to disk.
|
boolean |
readSerialized
Configures the object preference to
PdxInstance type or Object . |
String |
serializerBeanName
Configures the PDX serializer to be used by the cache to serialize object data.
|
public abstract String diskStoreName
public abstract boolean ignoreUnreadFields
public abstract boolean persistent
public abstract boolean readSerialized
PdxInstance
type or Object
.
Default is false.public abstract String serializerBeanName
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.