All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.geode.management.internal.cli.modes.connect.json Maven / Gradle / Ivy

Go to download

Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing

There is a newer version: 1.15.1
Show newest version
{
	'name' : 'connect',	
	'modes' : [ 	
		{
			'name' : 'default',
			'text' : 'Default Options',
			'lead-option' : '',
			'options' : ['use-ssl', 'key-store', 'key-store-password', 'trust-store', 'trust-store-password', 'ciphers', 'protocols', 'security-properties-file', 'user' , 'password' ]
		},
		{
			'name' : 'locator',
			'text' : 'Using Locator',
			'lead-option' : 'locator',
			'options' : ['locator']
		},
		{
			'name' : 'manager',
			'text' : 'Using JMX Manager',
			'lead-option' : 'jmx-manager',
			'options' : ['jmx-manager']
		},
		{
			'name' : 'http',
			'text' : 'Using HTTP REST Mode',
			'lead-option' : 'use-http',
			'options' : ['use-http', 'url']
		}
	]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy