VMware GemFire Native .NET Reference
9.1
|
An immutable wrapper for array of strings that can serve as a distributable object for caching. More...
Inherits Apache::Geode::Client::Serializable.
Public Member Functions | |
virtual IGeodeSerializable^ | FromData (DataInput^ input) override |
Deserializes the managed object – returns an instance of the IGeodeSerializable class. More... | |
array< String^ >^ | GetValues () |
Returns a copy of the underlying array of strings. More... | |
virtual void | ToData (DataOutput^ output) override |
Serializes this managed object. More... | |
virtual String^ | ToString () override |
Return a string representation of the object. More... | |
Static Public Member Functions | |
static CacheableStringArray^ | Create (array< String^ >^strings) |
Static function to create a new instance copying from the given string array. More... | |
static IGeodeSerializable^ | CreateDeserializable () |
Factory function to register this class. More... | |
static | operator Apache::Geode::Client::Serializable^ (bool value) |
Implicit conversion operator from a boolean to a Serializable . More... | |
static | operator Apache::Geode::Client::Serializable^ (Byte value) |
Implicit conversion operator from a byte to a Serializable . More... | |
static | operator Apache::Geode::Client::Serializable^ (array< Byte >^value) |
Implicit conversion operator from an array of bytes to a Serializable . More... | |
static | operator Apache::Geode::Client::Serializable^ (array< bool >^value) |
Implicit conversion operator from an boolean array to a Serializable . More... | |
static | operator Apache::Geode::Client::Serializable^ (Double value) |
Implicit conversion operator from a double to a Serializable . More... | |
static | operator Apache::Geode::Client::Serializable^ (array< Double >^value) |
Implicit conversion operator from a double array to a Serializable . More... | |
static | operator Apache::Geode::Client::Serializable^ (Single value) |
Implicit conversion operator from a float to a Serializable . More... | |
static | operator Apache::Geode::Client::Serializable^ (array< Single >^value) |
Implicit conversion operator from a float array to a Serializable . More... | |
static | operator Apache::Geode::Client::Serializable^ (System::Int16 value) |
Implicit conversion operator from a 16-bit integer to a Serializable . More... | |
static | operator Apache::Geode::Client::Serializable^ (Char value) |
Implicit conversion operator from a character to a Serializable . More... | |
static | operator Apache::Geode::Client::Serializable^ (array< Char >^value) |
Implicit conversion operator from a character array to a Serializable . More... | |
static | operator Apache::Geode::Client::Serializable^ (array< System::Int16 >^value) |
Implicit conversion operator from a 16-bit integer array to a Serializable . More... | |
static | operator Apache::Geode::Client::Serializable^ (System::Int32 value) |
Implicit conversion operator from a 32-bit integer to a Serializable . More... | |
static | operator Apache::Geode::Client::Serializable^ (array< System::Int32 >^value) |
Implicit conversion operator from a 32-bit integer array to a Serializable . More... | |
static | operator Apache::Geode::Client::Serializable^ (array< System::Int64 >^value) |
Implicit conversion operator from a 64-bit integer array to a Serializable . More... | |
static | operator Apache::Geode::Client::Serializable^ (String^ value) |
Implicit conversion operator from a string to a Serializable . More... | |
static | operator Apache::Geode::Client::Serializable^ (array< String^ >^value) |
Implicit conversion operator from a string array to a Serializable . More... | |
static | operator Serializable^ (System::Int64 value) |
Implicit conversion operator from a 64-bit integer to a Serializable . More... | |
static void | RegisterPdxSerializer (IPdxSerializer^ pdxSerializer) |
Set the PDX serializer for the cache. More... | |
static void | RegisterPdxType (PdxTypeFactoryMethod^ creationMethod) |
static void | RegisterTypeGeneric (TypeFactoryMethodGeneric^ creationMethod) |
Register an instance factory method for a given type. More... | |
static void | SetPdxTypeMapper (IPdxTypeMapper^ pdxTypeMapper) |
Register an PdxTypeMapper to map the local types to pdx types More... | |
Properties | |
virtual System::UInt32 | ClassId [get] |
Returns the classId of the instance being serialized. More... | |
String^ | Item [get] |
Returns a copy of the underlying string at the given index. More... | |
System::Int32 | Length [get] |
Gets the length of the array. More... | |
virtual System::UInt32 | ObjectSize [get] |
return the size of this object in bytes More... | |
An immutable wrapper for array of strings that can serve as a distributable object for caching.
|
inlinestatic |
Static function to create a new instance copying from the given string array.
If the given array of strings is null or of zero-length then this method returns null.
IllegalArgumentException | If the array contains a string greater than or equal 64K in length. |
|
inlinestatic |
Factory function to register this class.
|
overridevirtual |
Deserializes the managed object – returns an instance of the IGeodeSerializable
class.
input | the DataInput stream to use for reading the object data |
Reimplemented from Apache::Geode::Client::Serializable.
array<String^> ^ Apache::Geode::Client::CacheableStringArray::GetValues | ( | ) |
Returns a copy of the underlying array of strings.
|
staticinherited |
Implicit conversion operator from a boolean to a Serializable
.
|
staticinherited |
Implicit conversion operator from a byte to a Serializable
.
|
staticinherited |
Implicit conversion operator from an array of bytes to a Serializable
.
|
staticinherited |
Implicit conversion operator from an boolean array to a Serializable
.
|
staticinherited |
Implicit conversion operator from a double to a Serializable
.
|
staticinherited |
Implicit conversion operator from a double array to a Serializable
.
|
staticinherited |
Implicit conversion operator from a float to a Serializable
.
|
staticinherited |
Implicit conversion operator from a float array to a Serializable
.
|
staticinherited |
Implicit conversion operator from a 16-bit integer to a Serializable
.
|
staticinherited |
Implicit conversion operator from a character to a Serializable
.
|
staticinherited |
Implicit conversion operator from a character array to a Serializable
.
|
staticinherited |
Implicit conversion operator from a 16-bit integer array to a Serializable
.
|
staticinherited |
Implicit conversion operator from a 32-bit integer to a Serializable
.
|
staticinherited |
Implicit conversion operator from a 32-bit integer array to a Serializable
.
|
staticinherited |
Implicit conversion operator from a 64-bit integer array to a Serializable
.
|
staticinherited |
Implicit conversion operator from a string to a Serializable
.
|
staticinherited |
Implicit conversion operator from a string array to a Serializable
.
|
staticinherited |
Implicit conversion operator from a 64-bit integer to a Serializable
.
|
staticinherited |
Set the PDX serializer for the cache.
If this serializer is set, it will be consulted to see if it can serialize any domain classes which are added to the cache in portable data exchange format.
|
staticinherited |
Register an instance factory method for a given type. This should be used when registering types that implement IPdxSerializable.
creationMethod | the creation function to register |
IllegalArgumentException | if the method is null |
|
staticinherited |
Register an instance factory method for a given type.
This should be used when registering types that implement IGeodeSerializable.
creationMethod | the creation function to register |
IllegalArgumentException | if the method is null |
IllegalStateException | if the typeId has already been registered, or there is an error in registering the type; check Utils::LastError for more information in the latter case. |
|
staticinherited |
Register an PdxTypeMapper to map the local types to pdx types
pdxTypeMapper | Object which implements IPdxTypeMapper interface |
|
overridevirtual |
Serializes this managed object.
output | the DataOutput object to use for serializing the object |
Reimplemented from Apache::Geode::Client::Serializable.
|
inlineoverridevirtual |
Return a string representation of the object.
It simply returns the string representation of the underlying native object by calling its toString()
function.
Reimplemented from Apache::Geode::Client::Serializable.
|
get |
Returns the classId of the instance being serialized.
This is used by deserialization to determine what instance type to create and deserialize into.
|
get |
Returns a copy of the underlying string at the given index.
|
get |
Gets the length of the array.
|
get |
return the size of this object in bytes