PHP Client for Apache Ignite
Public Member Functions | List of all members
Apache\Ignite\Cache\CacheKeyConfiguration Class Reference

Public Member Functions

 __construct (string $typeName=null, string $affinityKeyFieldName=null)
 
 setTypeName (string $typeName)
 
 getTypeName ()
 
 setAffinityKeyFieldName (string $affinityKeyFieldName)
 
 getAffinityKeyFieldName ()
 

Detailed Description

Class representing Cache Key part of Ignite CacheConfiguration.

All configuration settings are optional and have defaults which are defined on a server side.

See Apache Ignite documentation for details of every configuration setting.

Constructor & Destructor Documentation

◆ __construct()

Apache\Ignite\Cache\CacheKeyConfiguration::__construct ( string  $typeName = null,
string  $affinityKeyFieldName = null 
)

CacheKeyConfiguration constructor.

Parameters
string | null$typeName
string | null$affinityKeyFieldName

Member Function Documentation

◆ getAffinityKeyFieldName()

Apache\Ignite\Cache\CacheKeyConfiguration::getAffinityKeyFieldName ( )
Returns
string|null

◆ getTypeName()

Apache\Ignite\Cache\CacheKeyConfiguration::getTypeName ( )
Returns
string|null

◆ setAffinityKeyFieldName()

Apache\Ignite\Cache\CacheKeyConfiguration::setAffinityKeyFieldName ( string  $affinityKeyFieldName)
Parameters
string$affinityKeyFieldName
Returns
CacheKeyConfiguration the same instance of the CacheKeyConfiguration.

◆ setTypeName()

Apache\Ignite\Cache\CacheKeyConfiguration::setTypeName ( string  $typeName)
Parameters
string$typeName
Returns
CacheKeyConfiguration the same instance of the CacheKeyConfiguration.

The documentation for this class was generated from the following file: