Package | Description |
---|---|
org.apache.reef.driver.catalog |
Interfaces describing resources available to a REEF instance (physical nodes, racks etc).
|
org.apache.reef.io.watcher.util |
Utility classes for Watcher.
|
org.apache.reef.runtime.common.driver.catalog |
Implementations of descriptors for resources available to a REEF instance (physical nodes, racks etc).
|
Modifier and Type | Method and Description |
---|---|
RackDescriptor |
NodeDescriptor.getRackDescriptor() |
Modifier and Type | Method and Description |
---|---|
Collection<RackDescriptor> |
ResourceCatalog.getRacks()
The global list of racks.
|
Modifier and Type | Method and Description |
---|---|
static AvroRackDescriptor |
WatcherAvroUtil.toAvroRackDescriptor(RackDescriptor rackDescriptor) |
Modifier and Type | Class and Description |
---|---|
class |
RackDescriptorImpl
A rack in the cluster.
|
Modifier and Type | Method and Description |
---|---|
RackDescriptor |
NodeDescriptorImpl.getRackDescriptor() |
Modifier and Type | Method and Description |
---|---|
Collection<RackDescriptor> |
ResourceCatalogImpl.getRacks() |
Copyright © 2016 The Apache Software Foundation. All rights reserved.