| Package | Description |
|---|---|
| org.graylog2.cluster | |
| org.graylog2.notifications | |
| org.graylog2.rest |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeImpl |
| Modifier and Type | Method and Description |
|---|---|
Node |
NodeServiceImpl.byNodeId(NodeId nodeId) |
Node |
NodeService.byNodeId(NodeId nodeId) |
Node |
NodeServiceImpl.byNodeId(String nodeId) |
Node |
NodeService.byNodeId(String nodeId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Node> |
NodeServiceImpl.allActive() |
Map<String,Node> |
NodeService.allActive() |
Map<String,Node> |
NodeServiceImpl.allActive(Node.Type type) |
Map<String,Node> |
NodeService.allActive(Node.Type type) |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeServiceImpl.markAsAlive(Node node,
boolean isMaster,
String restTransportAddress)
Mark this node as alive and probably update some settings that may have changed since last server boot.
|
void |
NodeService.markAsAlive(Node node,
boolean isMaster,
String restTransportAddress) |
void |
NodeServiceImpl.markAsAlive(Node node,
boolean isMaster,
URI restTransportAddress) |
void |
NodeService.markAsAlive(Node node,
boolean isMaster,
URI restTransportAddress) |
| Modifier and Type | Method and Description |
|---|---|
Notification |
NotificationImpl.addNode(Node node) |
Notification |
Notification.addNode(Node node) |
boolean |
NotificationServiceImpl.fixed(Notification.Type type,
Node node) |
boolean |
NotificationService.fixed(Notification.Type type,
Node node) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
RemoteInterfaceProvider.get(Node node,
Class<T> interfaceClass) |
<T> T |
RemoteInterfaceProvider.get(Node node,
String authorizationToken,
Class<T> interfaceClass) |
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.