Class OHazelcastPlugin
java.lang.Object
com.orientechnologies.orient.server.plugin.OServerPluginAbstract
com.orientechnologies.orient.server.distributed.impl.ODistributedPlugin
com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin
- All Implemented Interfaces:
OService,ODistributedServerManager,OServerPlugin
We keep this since it is the easiest way not to break configuration files!
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.orientechnologies.orient.server.distributed.ODistributedServerManager
ODistributedServerManager.DB_STATUS -
Field Summary
Fields inherited from class com.orientechnologies.orient.server.distributed.impl.ODistributedPlugin
defaultDatabaseConfigFile, DEPLOY_DB_MAX_RETRIES, installingDatabases, listeners, localMessageIdCounter, messageService, NODE_NAME_ENV, PAR_DEF_DISTRIB_DB_CONFIG, remoteServerManager, REPLICATOR_USER, responseManagerFactory, serverStarted, signalListener, startedOn, taskFactoryManagerFields inherited from class com.orientechnologies.orient.server.plugin.OServerPluginAbstract
enabledFields inherited from interface com.orientechnologies.orient.server.distributed.ODistributedServerManager
FILE_DISTRIBUTED_DB_CONFIG -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.orientechnologies.orient.server.distributed.impl.ODistributedPlugin
assignNodeName, backupCurrentDatabase, calculateQuorum, checkForServerOnline, checkNodeInConfiguration, closeRemoteServer, config, connectToAllNodes, dropConfig, dropOnAllServers, dumpServersStatus, dumpStats, executeInDistributedDatabaseLock, executeInDistributedDatabaseLock, executeOnLocalNode, executeOnLocalNodeFromRemote, getActiveServerNotLocal, getActiveServers, getAvailableNodeNames, getAvailableNodeNotLocalNames, getAvailableNodes, getClusterConfiguration, getDatabase, getDatabaseConfiguration, getDatabases, getDatabaseStatus, getDefaultDatabaseConfigFile, getDistributedStrategy, getHazelcastInstance, getLastClusterChangeOn, getListeningBinaryAddress, getLocalNodeConfiguration, getLocalNodeId, getLocalNodeName, getManagedDatabases, getMessageService, getName, getNextMessageIdCounter, getNodeConfigurationByUuid, getNodeIdByName, getNodeNameById, getNodeStatus, getNodesWithStatus, getOnlineDatabaseConfiguration, getOnlineNodes, getOnlineNodesNotLocal, getRemoteServer, getRemoteServerManager, getServerInstance, getTaskFactoryManager, installDatabase, installDatabaseFromNetwork, installDatabaseOnLocalNode, installNewDatabasesFromCluster, internalCheckNodeInConfig, internalInstallDatabase, invokeOnDatabaseStatusChange, isEnabled, isNodeAvailable, isNodeAvailable, isNodeOnline, isNodeStatusEqualsTo, isOffline, isSyncronizing, isWriteQuorumPresent, loadLocalDatabases, messageAfterOp, messageBeforeOp, messageCurrentPayload, messageProcessEnd, messageProcessStart, messageReceived, nextRequestId, notifyClients, notifyStarted, onDatabaseEvent, onDbConfigUpdated, onDbStatusOnline, onNodeJoined, onNodeJoining, onServerRemoved, publishDistributedConfiguration, reassignClustersOwnership, registerLifecycleListener, reloadRegisteredNodes, removeDbFromClusterMetadata, removeNodeFromConfiguration, removeServer, requestDatabaseFullSync, requestFullDatabase, restartNode, send2Nodes, send2Nodes, sendRequest, sendRequest, sendShutdown, sendSingleRequest, setDatabaseStatus, setDefaultDatabaseConfigFile, setDistributedStrategy, setNodeStatus, shutdown, startup, stopNode, toString, unregisterLifecycleListener, updateCachedDatabaseConfiguration, updateLastClusterChange, waitForLocalNode, waitForResponse, waitUntilNodeOnline, waitUntilNodeOnlineMethods inherited from class com.orientechnologies.orient.server.plugin.OServerPluginAbstract
getContent, onAfterClientRequest, onBeforeClientRequest, onClientConnection, onClientDisconnection, onClientErrorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.server.plugin.OServerPlugin
onSocketAccepted, onSocketDestroyed
-
Constructor Details
-
OHazelcastPlugin
public OHazelcastPlugin()
-