locator

package
v0.1.15 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2016 License: Apache-2.0 Imports: 0 Imported by: 0

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 !!!

type Router

type Router struct {

	/*SystemDomain - Descr: System domain Default: <nil>
	 */
	SystemDomain interface{} `yaml:"system_domain,omitempty"`
}

* File Generated by enaml generator * !!! Please do not edit this file !!!

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL