| Package | Description |
|---|---|
| org.graylog2.cluster | |
| org.graylog2.inputs | |
| org.graylog2.notifications |
| 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 |
|---|---|
List<Input> |
InputServiceImpl.allOfRadio(Node radio) |
List<Input> |
InputService.allOfRadio(Node radio) |
| 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) |
Copyright © 2012–2014 TORCH GmbH. All rights reserved.