C# Класс Spring.Data.GemFire.ClientRegionFactoryObject

FactoryObject for creating generic Gemfire Region. Will try to first locate the region (by name) and, in case none if found, proceed to creating one using the given settings.
Наследование: RegionLookupFactoryObject, IDisposable, IObjectFactoryAware
Показать файл Открыть проект

Открытые методы

Метод Описание
AfterPropertiesSet ( ) : void
Dispose ( ) : void

Защищенные методы

Метод Описание
LookupFallback ( Cache cacheObject, string regionName ) : Region
PostProcess ( Region region ) : void

Subclasses can override this method to further customize the Region configuration.

Post-process the region object for this factory object during the initialization process. The object is already initialized and configured by the factory object before this method is invoked.

PostProcessAttributes ( AttributesFactory attrFactory ) : void

Indented for subclasses to override and provide additional configuration of the AttributesFactory, for example setting persistence manager option is not currenlty exposed as a public property on the ClientRegionFactoryObject.

RegisterInterests ( ) : void
SetCallbacks ( AttributesFactory attributesFactory ) : void
SetDistributionProperties ( AttributesFactory attributesFactory ) : void

Описание методов

AfterPropertiesSet() публичный Метод

public AfterPropertiesSet ( ) : void
Результат void

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

LookupFallback() защищенный Метод

protected LookupFallback ( Cache cacheObject, string regionName ) : Region
cacheObject Cache
regionName string
Результат Region

PostProcess() защищенный Метод

Subclasses can override this method to further customize the Region configuration.
Post-process the region object for this factory object during the initialization process. The object is already initialized and configured by the factory object before this method is invoked.
protected PostProcess ( Region region ) : void
region Region The region.
Результат void

PostProcessAttributes() защищенный Метод

Indented for subclasses to override and provide additional configuration of the AttributesFactory, for example setting persistence manager option is not currenlty exposed as a public property on the ClientRegionFactoryObject.
protected PostProcessAttributes ( AttributesFactory attrFactory ) : void
attrFactory AttributesFactory The attributes factory.
Результат void

RegisterInterests() защищенный Метод

protected RegisterInterests ( ) : void
Результат void

SetCallbacks() защищенный Метод

protected SetCallbacks ( AttributesFactory attributesFactory ) : void
attributesFactory AttributesFactory
Результат void

SetDistributionProperties() защищенный Метод

protected SetDistributionProperties ( AttributesFactory attributesFactory ) : void
attributesFactory AttributesFactory
Результат void