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

ildfly-clustering-singleton-server.34.0.0.Final.source-code.org.wildfly.clustering.singleton.server.proto Maven / Gradle / Ivy

There is a newer version: 35.0.0.Final
Show newest version
package org.wildfly.clustering.singleton.server;

// IDs: 155 - 159

/**
 * @TypeId(155)
 */
enum StartCommand {
	START_COMMAND_INSTANCE	= 0;
}

/**
 * @TypeId(156)
 */
enum StopCommand {
	STOP_COMMAND_INSTANCE	= 0;
}

/**
 * @TypeId(157)
 */
message SingletonElectionCommand {
	repeated	bytes	candidate	= 1;
	optional	uint32	elected	= 2;
}

/**
 * @TypeId(158)
 */
enum PrimaryProviderCommand {
	PRIMARY_PROVIDER_COMMAND_INSTANCE	= 0;
}

/**
 * @TypeId(159)
 */
enum SingletonValueCommand {
	SINGLETON_VALUE_COMMAND_INSTANCE	= 0;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy