Package org.apache.geode.distributed
Interface ServerLauncherCacheProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
ServerLauncherCacheProvider is an extension point for overriding the behavior of a server started
with
ServerLauncher or the gfsh start server command.-
Method Summary
Modifier and TypeMethodDescriptioncreateCache(Properties gemfireProperties, ServerLauncher serverLauncher)
-
Method Details
-
createCache
-