Table of Contents

Class GemFireTypeLocator

Namespace
Steeltoe.CloudFoundry.Connector.GemFire
Assembly
Steeltoe.CloudFoundry.ConnectorBase.dll
public static class GemFireTypeLocator
Inheritance
GemFireTypeLocator
Inherited Members

Properties

AddLocatorToPoolFactory

public static MethodInfo AddLocatorToPoolFactory { get; }

Property Value

MethodInfo

Assemblies

public static string[] Assemblies { get; }

Property Value

string[]

Cache

public static Type Cache { get; }

Property Value

Type

CacheFactory

public static Type CacheFactory { get; }

Property Value

Type

CacheFactoryTypeNames

public static string[] CacheFactoryTypeNames { get; }

Property Value

string[]

CacheInitializer

public static MethodInfo CacheInitializer { get; }

Property Value

MethodInfo

CachePropertySetter

public static MethodInfo CachePropertySetter { get; }

Property Value

MethodInfo

CacheTypeNames

public static string[] CacheTypeNames { get; }

Property Value

string[]

PoolFactory

public static Type PoolFactory { get; }

Property Value

Type

PoolFactoryInitializer

public static MethodInfo PoolFactoryInitializer { get; }

Property Value

MethodInfo

PoolFactoryTypeNames

public static string[] PoolFactoryTypeNames { get; }

Property Value

string[]

RegionFactory

public static Type RegionFactory { get; }

Property Value

Type

RegionFactoryTypeNames

public static string[] RegionFactoryTypeNames { get; }

Property Value

string[]

Methods

GetCacheAuthInitializer(Type)

public static MethodInfo GetCacheAuthInitializer(Type authInitializer)

Parameters

authInitializer Type

Returns

MethodInfo