Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterTopology ¶
type ClusterTopology struct { /*NumberOfLocators - Descr: Current topology Default: 2 */ NumberOfLocators interface{} `yaml:"number_of_locators,omitempty"` /*MinNumberOfLocators - Descr: min number of locators which should be present Default: 2 */ MinNumberOfLocators interface{} `yaml:"min_number_of_locators,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type ExternalDependencies ¶
type ExternalDependencies struct { /*Router - Descr: System domain Default: <nil> */ Router *Router `yaml:"router,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Gemfire ¶
type Gemfire struct { /*ClusterTopology - Descr: Current topology Default: 2 */ ClusterTopology *ClusterTopology `yaml:"cluster_topology,omitempty"` /*Locator - Descr: RAM allocated to the locator VM in MB Default: <nil> */ Locator *Locator `yaml:"locator,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type Locator ¶
type Locator struct { /*VmMemory - Descr: RAM allocated to the locator VM in MB Default: <nil> */ VmMemory interface{} `yaml:"vm_memory,omitempty"` /*Addresses - Descr: List of GemFire Locator addresses of the form X.X.X.X Default: <nil> */ Addresses interface{} `yaml:"addresses,omitempty"` /*Port - Descr: Port the Locator will listen on Default: 55221 */ Port interface{} `yaml:"port,omitempty"` /*RestPort - Descr: Port the Locator will listen on for REST API Default: 8080 */ RestPort interface{} `yaml:"rest_port,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
type LocatorJob ¶
type LocatorJob struct { /*ExternalDependencies - Descr: System domain Default: <nil> */ ExternalDependencies *ExternalDependencies `yaml:"external_dependencies,omitempty"` /*Gemfire - Descr: Current topology Default: 2 */ Gemfire *Gemfire `yaml:"gemfire,omitempty"` }
* File Generated by enaml generator * !!! Please do not edit this file !!!
Click to show internal directories.
Click to hide internal directories.