@Service(name="set-hazelcast-configuration") @PerLookup @CommandLock(value=NONE) @TargetType(value={CONFIG,DOMAIN}) @ExecuteOn(value=ALL) public class SetHazelcastConfiguration extends Object implements AdminCommand, DeploymentTargetResolver
| Modifier and Type | Field and Description |
|---|---|
protected HazelcastCore |
hazelcast |
protected Logger |
logger |
| Constructor and Description |
|---|
SetHazelcastConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(AdminCommandContext context)
Executes the command with the command parameters passed as Properties
where the keys are the parameter names and the values are the parameter values
|
String |
getTarget(ParameterMap pm) |
@Inject protected Logger logger
@Inject protected HazelcastCore hazelcast
public void execute(AdminCommandContext context)
AdminCommandexecute in interface AdminCommandcontext - informationpublic String getTarget(ParameterMap pm)
getTarget in interface DeploymentTargetResolverCopyright © 2019. All rights reserved.