Apache Geode Native .NET Reference 1.15.0
|
An immutable template wrapper for C++ CacheableKey
s that can serve as a distributable key object for caching.
More...
#include <CacheableBuiltins.hpp>
Inherits Apache::Geode::Client::IDataSerializablePrimitive, and Apache::Geode::Client::CacheableKey.
Public Member Functions | |
CacheableBuiltinKey () | |
Allocates a new instance More... | |
CacheableBuiltinKey (TManaged value) | |
Allocates a new instance with the given value. More... | |
virtual bool | Equals (ICacheableKey^ other) override |
Return true if this key matches other object. More... | |
virtual bool | Equals (Object^ obj) override |
Return true if this key matches other object. More... | |
virtual System::Int32 | GetHashCode () override |
Return the hashcode for this key. More... | |
bool | operator== (TManaged other) |
Comparison operator against another value. More... | |
String ^ | ToString () override |
Return a string representation of the object. More... | |
Static Public Member Functions | |
static | operator CacheableKey^ (bool value) |
Implicit conversion operator from a boolean to a CacheableKey . More... | |
static | operator CacheableKey^ (Byte value) |
Implicit conversion operator from a byte to a CacheableKey . More... | |
static | operator CacheableKey^ (Char value) |
Implicit conversion operator from a character to a CacheableKey . More... | |
static | operator CacheableKey^ (Double value) |
Implicit conversion operator from a double to a CacheableKey . More... | |
static | operator CacheableKey^ (Single value) |
Implicit conversion operator from a float to a CacheableKey . More... | |
static | operator CacheableKey^ (String^ value) |
Implicit conversion operator from a string to a CacheableKey . More... | |
static | operator CacheableKey^ (System::Int16 value) |
Implicit conversion operator from a 16-bit integer to a CacheableKey . More... | |
static | operator CacheableKey^ (System::Int32 value) |
Implicit conversion operator from a 32-bit integer to a CacheableKey . More... | |
static | operator CacheableKey^ (System::Int64 value) |
Implicit conversion operator from a 64-bit integer to a CacheableKey . More... | |
Protected Member Functions | |
CacheableBuiltinKey (std::shared_ptr< native::Serializable > nativeptr) | |
Protected constructor to wrap a native object pointer More... | |
Properties | |
System::UInt64 | ObjectSize [get] |
Get the size of this object in bytes. More... | |
virtual System::UInt64 | ObjectSize [get] |
return the size of this object in bytes More... | |
TManaged | Value [get] |
Gets the value. More... | |
An immutable template wrapper for C++ CacheableKey
s that can serve as a distributable key object for caching.
|
inline |
Allocates a new instance
|
inline |
Allocates a new instance with the given value.
value | the value of the new instance |
|
inlineprotected |
Protected constructor to wrap a native object pointer
nativeptr | The native object pointer |
|
inlineoverridevirtual |
Return true if this key matches other object.
It invokes the '==' operator of the underlying native object.
Reimplemented from Apache::Geode::Client::CacheableKey.
|
inlineoverridevirtual |
Return true if this key matches other object.
It invokes the '==' operator of the underlying native object.
Reimplemented from Apache::Geode::Client::CacheableKey.
|
overridevirtualinherited |
Return the hashcode for this key.
It gets the hash code by calling the hashcode()
function of the underlying apache::geode::client::CacheableKey
object.
Implements Apache::Geode::Client::ICacheableKey.
Reimplemented in Apache::Geode::Client::CacheableString.
|
staticinherited |
Implicit conversion operator from a boolean to a CacheableKey
.
|
staticinherited |
Implicit conversion operator from a byte to a CacheableKey
.
|
staticinherited |
Implicit conversion operator from a character to a CacheableKey
.
|
staticinherited |
Implicit conversion operator from a double to a CacheableKey
.
|
staticinherited |
Implicit conversion operator from a float to a CacheableKey
.
|
staticinherited |
Implicit conversion operator from a string to a CacheableKey
.
|
staticinherited |
Implicit conversion operator from a 16-bit integer to a CacheableKey
.
|
staticinherited |
Implicit conversion operator from a 32-bit integer to a CacheableKey
.
|
staticinherited |
Implicit conversion operator from a 64-bit integer to a CacheableKey
.
|
inline |
Comparison operator against another value.
|
inlineoverride |
Return a string representation of the object.
This returns the string for the Value
property.
Implements Apache::Geode::Client::ISerializable.
|
getinherited |
Get the size of this object in bytes.
This is only needed if you use the HeapLRU feature.
Note that you can simply return zero if you are not using the HeapLRU feature.
|
getinherited |
return the size of this object in bytes
|
get |
Gets the value.