Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
ConfigXmlGenerator.XmlGenerator |
ConfigXmlGenerator.XmlGenerator.appendLabels(Set<String> labels) |
ConfigXmlGenerator.XmlGenerator |
ConfigXmlGenerator.XmlGenerator.appendProperties(Map<String,? extends Comparable> props) |
ConfigXmlGenerator.XmlGenerator |
ConfigXmlGenerator.XmlGenerator.appendProperties(Properties props) |
ConfigXmlGenerator.XmlGenerator |
ConfigXmlGenerator.XmlGenerator.close() |
ConfigXmlGenerator.XmlGenerator |
ConfigXmlGenerator.XmlGenerator.node(String name,
Object contents,
Object... attributes) |
ConfigXmlGenerator.XmlGenerator |
ConfigXmlGenerator.XmlGenerator.nodeIfContents(String name,
Object contents,
Object... attributes) |
ConfigXmlGenerator.XmlGenerator |
ConfigXmlGenerator.XmlGenerator.open(String name,
Object... attributes) |
Modifier and Type | Method and Description |
---|---|
protected void |
ConfigXmlGenerator.factoryWithPropertiesXmlGenerator(ConfigXmlGenerator.XmlGenerator gen,
String elementName,
AbstractFactoryWithPropertiesConfig<?> factoryWithProps) |
protected void |
ConfigXmlGenerator.securityRealmGenerator(ConfigXmlGenerator.XmlGenerator gen,
String name,
RealmConfig c) |
Copyright © 2022 Hazelcast, Inc.. All rights reserved.