@Configuration @EnableGemfireFunctions public class AdministrativeConfiguration extends Object
AdministrativeConfiguration
class is a Spring @Configuration
class that registers
SDG Administrative Functions
used by SDG's EnableClusterConfiguration
without HTTP enabled.
Additionally, this class enable's SDG Function
implementations so that the internal SDG administrative
Functions
are properly created and registered in Apache Geode.Function
,
Bean
,
Configuration
,
CreateIndexFunction
,
CreateRegionFunction
,
ListIndexesFunction
,
EnableGemfireFunctions
Constructor and Description |
---|
AdministrativeConfiguration() |
Modifier and Type | Method and Description |
---|---|
CreateIndexFunction |
createIndexFunction() |
CreateRegionFunction |
createRegionFunction() |
ListIndexesFunction |
listIndexFunction() |
@Bean public CreateIndexFunction createIndexFunction()
@Bean public CreateRegionFunction createRegionFunction()
@Bean public ListIndexesFunction listIndexFunction()
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.