Package org.graylog2.cluster.nodes
Class DataNodeClusterService
java.lang.Object
org.graylog2.database.PersistedServiceImpl
org.graylog2.cluster.nodes.AbstractNodeService<DataNodeEntity,DataNodeDto>
org.graylog2.cluster.nodes.DataNodeClusterService
- All Implemented Interfaces:
NodeService<DataNodeDto>,PersistedService
-
Field Summary
Fields inherited from class org.graylog2.cluster.nodes.AbstractNodeService
LAST_SEEN_FIELDFields inherited from class org.graylog2.database.PersistedServiceImpl
mongoConnection -
Constructor Summary
ConstructorsConstructorDescriptionDataNodeClusterService(MongoConnection mongoConnection, Configuration configuration) -
Method Summary
Methods inherited from class org.graylog2.cluster.nodes.AbstractNodeService
allActive, byNodeId, byNodeId, byNodeIds, construct, dropOutdated, isAnyLeaderPresent, isOnlyLeader, markAsAlive, ping, registerServer, updateMethods inherited from class org.graylog2.database.PersistedServiceImpl
collection, collection, collectionName, count, count, cursorToList, destroy, destroy, destroyAll, destroyAll, destroyAll, embed, fieldTransformations, findOne, findOne, findOne, findOne, get, get, get, mongoCollection, query, query, query, query, query, removeEmbedded, removeEmbedded, save, saveWithoutValidation, totalCount, totalCount, validate, validate, validate
-
Constructor Details
-
DataNodeClusterService
-