An immutable wrapper for 16-bit characters that can serve as a distributable key object for caching.
More...
#include <CacheableBuiltins.hpp>
Inherits Apache::Geode::Client::CacheableBuiltinKey< native::CacheableCharacter, Char, static_cast< int8_t >(DSCode::CacheableCharacter)>.
An immutable wrapper for 16-bit characters that can serve as a distributable key object for caching.
◆ CacheableCharacter() [1/2]
Apache::Geode::Client::CacheableCharacter::CacheableCharacter |
( |
| ) |
|
|
inline |
* Allocates a new instance with the given value.
*
- Parameters
-
value | the value of the new instance |
◆ CacheableCharacter() [2/2]
Apache::Geode::Client::CacheableCharacter::CacheableCharacter |
( |
Char |
value | ) |
|
|
inline |
* Allocates a new instance with the given value.
*
- Parameters
-
value | the value of the new instance |
◆ Create()
static CacheableCharacter ^ Apache::Geode::Client::CacheableCharacter::Create |
( |
Char |
value | ) |
|
|
inlinestatic |
* Static function to create a new instance given value.
*
- Parameters
-
value | the value of the new instance |
◆ CreateDeserializable()
static ISerializable ^ Apache::Geode::Client::CacheableCharacter::CreateDeserializable |
( |
| ) |
|
|
inlinestatic |
* Factory function to register this class.
◆ Equals() [1/2]
|
inlineoverridevirtualinherited |
◆ Equals() [2/2]
|
inlineoverridevirtualinherited |
◆ GetHashCode()
virtual System::Int32 Apache::Geode::Client::CacheableKey::GetHashCode |
( |
| ) |
|
|
overridevirtualinherited |
◆ operator CacheableKey^() [1/9]
static Apache::Geode::Client::CacheableKey::operator CacheableKey^ |
( |
bool |
value | ) |
|
|
staticinherited |
Implicit conversion operator from a boolean to a CacheableKey
.
◆ operator CacheableKey^() [2/9]
static Apache::Geode::Client::CacheableKey::operator CacheableKey^ |
( |
Byte |
value | ) |
|
|
staticinherited |
◆ operator CacheableKey^() [3/9]
static Apache::Geode::Client::CacheableKey::operator CacheableKey^ |
( |
Char |
value | ) |
|
|
staticinherited |
Implicit conversion operator from a character to a CacheableKey
.
◆ operator CacheableKey^() [4/9]
static Apache::Geode::Client::CacheableKey::operator CacheableKey^ |
( |
Double |
value | ) |
|
|
staticinherited |
Implicit conversion operator from a double to a CacheableKey
.
◆ operator CacheableKey^() [5/9]
static Apache::Geode::Client::CacheableKey::operator CacheableKey^ |
( |
Single |
value | ) |
|
|
staticinherited |
Implicit conversion operator from a float to a CacheableKey
.
◆ operator CacheableKey^() [6/9]
static Apache::Geode::Client::CacheableKey::operator CacheableKey^ |
( |
String^ |
value | ) |
|
|
staticinherited |
Implicit conversion operator from a string to a CacheableKey
.
◆ operator CacheableKey^() [7/9]
static Apache::Geode::Client::CacheableKey::operator CacheableKey^ |
( |
System::Int16 |
value | ) |
|
|
staticinherited |
Implicit conversion operator from a 16-bit integer to a CacheableKey
.
◆ operator CacheableKey^() [8/9]
static Apache::Geode::Client::CacheableKey::operator CacheableKey^ |
( |
System::Int32 |
value | ) |
|
|
staticinherited |
Implicit conversion operator from a 32-bit integer to a CacheableKey
.
◆ operator CacheableKey^() [9/9]
static Apache::Geode::Client::CacheableKey::operator CacheableKey^ |
( |
System::Int64 |
value | ) |
|
|
staticinherited |
Implicit conversion operator from a 64-bit integer to a CacheableKey
.
◆ operator Char()
static Apache::Geode::Client::CacheableCharacter::operator Char |
( |
CacheableCharacter ^ |
value | ) |
|
|
inlineexplicitstatic |
* Explicit conversion operator to contained value type.
◆ operator==()
Comparison operator against another value.
◆ ToString()
◆ ObjectSize [1/2]
System:: UInt64 Apache::Geode::Client::ISerializable::ObjectSize |
|
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.
- Returns
- the size of this object in bytes.
◆ ObjectSize [2/2]
virtual System:: UInt64 Apache::Geode::Client::Serializable::ObjectSize |
|
getinherited |
return the size of this object in bytes
◆ Value