| Package | Description |
|---|---|
| org.apache.reef.io.watcher.driver.catalog | |
| org.apache.reef.io.watcher.util |
Utility classes for Watcher.
|
| Modifier and Type | Field and Description |
|---|---|
List<AvroNodeDescriptorInRackDescriptor> |
AvroRackDescriptor.nodes
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AvroNodeDescriptorInRackDescriptor |
AvroNodeDescriptorInRackDescriptor.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<AvroNodeDescriptorInRackDescriptor> |
AvroRackDescriptor.getNodes()
Gets the value of the 'nodes' field.
|
List<AvroNodeDescriptorInRackDescriptor> |
AvroRackDescriptor.Builder.getNodes()
Gets the value of the 'nodes' field.
|
| Modifier and Type | Method and Description |
|---|---|
static AvroNodeDescriptorInRackDescriptor.Builder |
AvroNodeDescriptorInRackDescriptor.newBuilder(AvroNodeDescriptorInRackDescriptor other)
Creates a new AvroNodeDescriptorInRackDescriptor RecordBuilder by copying an existing AvroNodeDescriptorInRackDescriptor instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AvroRackDescriptor.setNodes(List<AvroNodeDescriptorInRackDescriptor> value)
Sets the value of the 'nodes' field.
|
AvroRackDescriptor.Builder |
AvroRackDescriptor.Builder.setNodes(List<AvroNodeDescriptorInRackDescriptor> value)
Sets the value of the 'nodes' field.
|
| Constructor and Description |
|---|
AvroRackDescriptor(CharSequence name,
List<AvroNodeDescriptorInRackDescriptor> nodes)
All-args constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static AvroNodeDescriptorInRackDescriptor |
WatcherAvroUtil.toAvroNodeDescriptorInRackDescriptor(String id,
String name,
InetSocketAddress inetSocketAddress) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.