public static class CoherenceClusterMember.MetaClass extends Object implements MetaClass<CoherenceClusterMember>, ContainerBasedJavaApplicationLauncher.ApplicationController
MetaClass for CoherenceClusterMembers.| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_FACTORY_CLASSNAME
The com.tangosol.net.CacheFactory classname.
|
static String |
DEFAULT_CACHE_SERVER_CLASSNAME
The com.tangosol.net.DefaultCacheServer classname.
|
| Constructor and Description |
|---|
MetaClass()
Constructs a
CoherenceClusterMember.MetaClass for a CoherenceClusterMember. |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(ContainerClassLoader containerClassLoader,
PipedOutputStream pipedOutputStream,
PipedInputStream pipedInputStream,
com.oracle.bedrock.OptionsByType optionsByType) |
CompletableFuture<Void> |
destroy(ContainerBasedJavaApplicationLauncher.ControllableApplication application) |
Class<? extends CoherenceClusterMember> |
getImplementationClass(Platform platform,
com.oracle.bedrock.OptionsByType optionsByType) |
void |
onLaunch(Platform platform,
com.oracle.bedrock.OptionsByType optionsByType) |
void |
onLaunched(Platform platform,
CoherenceClusterMember member,
com.oracle.bedrock.OptionsByType optionsByType) |
void |
onLaunching(Platform platform,
com.oracle.bedrock.OptionsByType optionsByType) |
CompletableFuture<Void> |
start(ContainerBasedJavaApplicationLauncher.ControllableApplication application) |
public static final String DEFAULT_CACHE_SERVER_CLASSNAME
public static final String CACHE_FACTORY_CLASSNAME
@OptionsByType.Default public MetaClass()
CoherenceClusterMember.MetaClass for a CoherenceClusterMember.public Class<? extends CoherenceClusterMember> getImplementationClass(Platform platform, com.oracle.bedrock.OptionsByType optionsByType)
getImplementationClass in interface MetaClass<CoherenceClusterMember>public void onLaunching(Platform platform, com.oracle.bedrock.OptionsByType optionsByType)
onLaunching in interface MetaClass<CoherenceClusterMember>public void onLaunch(Platform platform, com.oracle.bedrock.OptionsByType optionsByType)
onLaunch in interface MetaClass<CoherenceClusterMember>public void onLaunched(Platform platform, CoherenceClusterMember member, com.oracle.bedrock.OptionsByType optionsByType)
onLaunched in interface MetaClass<CoherenceClusterMember>public CompletableFuture<Void> start(ContainerBasedJavaApplicationLauncher.ControllableApplication application)
start in interface ContainerBasedJavaApplicationLauncher.ApplicationControllerpublic CompletableFuture<Void> destroy(ContainerBasedJavaApplicationLauncher.ControllableApplication application)
destroy in interface ContainerBasedJavaApplicationLauncher.ApplicationControllerpublic void configure(ContainerClassLoader containerClassLoader, PipedOutputStream pipedOutputStream, PipedInputStream pipedInputStream, com.oracle.bedrock.OptionsByType optionsByType)
configure in interface ContainerBasedJavaApplicationLauncher.ApplicationControllerCopyright © 2017. All rights reserved.