Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.config.yaml |
Contains adapter and utility classes needed to adapt YAML DOM classes
as W3C DOM ones, making config builders that accept W3C DOM able to
build the config structure from YAML.
|
com.hazelcast.internal.yaml |
Contains classes for loading, parsing YAML documents and building a
YAML specific DOM of
YamlNode instances
The YAML documents are loaded and parsed with the external SnakeYaml
parser, which supports YAML 1.2 documents, and the JSON schema. |
Class and Description |
---|
YamlNode
Generic YAML node interface
|
Class and Description |
---|
MutableYamlNode
Mutable interface for
YamlNode instances. |
YamlMapping
Interface for YAML mapping nodes
|
YamlNode
Generic YAML node interface
|
YamlScalar
Interface for YAML scalar nodes
The following types are supported:
String
Integer
Float
Boolean
|
YamlSequence
Interface for YAML sequence nodes
|
Class and Description |
---|
AbstractYamlNode |
MutableYamlMapping
Mutable interface of
YamlMapping |
MutableYamlNode
Mutable interface for
YamlNode instances. |
MutableYamlScalar
Mutable interface of
YamlScalar |
YamlCollection
Common ancestor interface for
YamlMapping and YamlSequence nodes |
YamlMapping
Interface for YAML mapping nodes
|
YamlNameNodePair
A pair consists of a node's name and its representing
YamlNode
instance |
YamlNode
Generic YAML node interface
|
YamlScalar
Interface for YAML scalar nodes
The following types are supported:
String
Integer
Float
Boolean
|
YamlSequence
Interface for YAML sequence nodes
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.