IPdxWriter Interface |
Namespace: GemStone.GemFire.Cache.Generic
The IPdxWriter type exposes the following members.
Name | Description | |
---|---|---|
![]() | MarkIdentityField |
Indicate that the given field name should be included in hashCode and equals checks
of this object on a server that is using {@link CacheFactory#setPdxReadSerialized(boolean)}
or when a client executes a query on a server.
The fields that are marked as identity fields are used to generate the hashCode and
equals methods of {@link PdxInstance}. Because of this, the identity fields should themselves
either be primatives, or implement hashCode and equals.
If no fields are set as identity fields, then all fields will be used in hashCode and equals
checks.
The identity fields should make marked after they are written using a write* method.
|
![]() | WriteArrayOfByteArrays |
Write an collection to the IPdxWriter.
|
![]() | WriteBoolean |
Write a boolean value to the IPdxWriter.
|
![]() | WriteBooleanArray |
Write an collection to the IPdxWriter.
|
![]() | WriteByte |
Write a byte to the IPdxWriter.
|
![]() | WriteByteArray |
Write an collection to the IPdxWriter.
|
![]() | WriteChar |
Write a char value to the IPdxWriter.
|
![]() | WriteCharArray |
Write an collection to the IPdxWriter.
|
![]() | WriteDate |
Write an collection to the IPdxWriter.
|
![]() | WriteDouble |
Write a double precision real number to the IPdxWriter.
|
![]() | WriteDoubleArray |
Write an collection to the IPdxWriter.
|
![]() | WriteField | |
![]() | WriteFloat |
Write a float to the IPdxWriter.
|
![]() | WriteFloatArray |
Write an collection to the IPdxWriter.
|
![]() | WriteInt |
Write a 32-bit integer to the IPdxWriter.
|
![]() | WriteIntArray |
Write an collection to the IPdxWriter.
|
![]() | WriteLong |
Write a 64-bit integer to the IPdxWriter.
|
![]() | WriteLongArray |
Write an collection to the IPdxWriter.
|
![]() | WriteObject |
Write an Object object to the IPdxWriter.
|
![]() | WriteObjectArray | |
![]() | WriteShort |
Write a 16-bit integer to the IPdxWriter.
|
![]() | WriteShortArray |
Write an collection to the IPdxWriter.
|
![]() | WriteString |
Write a string using java-modified UTF-8 encoding to
IPdxWriter.
|
![]() | WriteStringArray |
Write an collection to the IPdxWriter.
|
![]() | WriteUnreadFields |
To append unread data with updated data.
|