Package | Description |
---|---|
org.apache.hadoop.tools.rumen |
Rumen is a data extraction and analysis tool built for
Apache Hadoop.
|
Modifier and Type | Field and Description |
---|---|
protected MachineNode[] |
AbstractClusterStory.mNodesFlattened |
Modifier and Type | Field and Description |
---|---|
protected Set<MachineNode> |
AbstractClusterStory.machineNodes |
protected Map<String,MachineNode> |
AbstractClusterStory.mNodeMap |
Modifier and Type | Method and Description |
---|---|
MachineNode |
MachineNode.Builder.build()
Build the
MachineNode object. |
MachineNode |
ClusterStory.getMachineByName(String name)
Get
MachineNode by its host name. |
MachineNode |
AbstractClusterStory.getMachineByName(String name) |
MachineNode[] |
ClusterStory.getRandomMachines(int expected,
Random random)
Select a random set of machines.
|
MachineNode[] |
AbstractClusterStory.getRandomMachines(int expected,
Random random) |
Modifier and Type | Method and Description |
---|---|
Set<MachineNode> |
ClusterStory.getMachines()
Get all machines of the cluster.
|
Set<MachineNode> |
AbstractClusterStory.getMachines() |
Set<MachineNode> |
RackNode.getMachinesInRack()
Get the machine nodes that belong to the rack.
|
Modifier and Type | Method and Description |
---|---|
MachineNode.Builder |
MachineNode.Builder.cloneFrom(MachineNode ref)
Clone the settings from a reference
MachineNode object. |
Constructor and Description |
---|
ZombieCluster(InputStream input,
MachineNode defaultNode)
Construct a homogeneous cluster.
|
ZombieCluster(LoggedNetworkTopology topology,
MachineNode defaultNode)
Construct a homogeneous cluster.
|
ZombieCluster(Path path,
MachineNode defaultNode,
Configuration conf)
Construct a homogeneous cluster.
|
Copyright © 2013 Apache Software Foundation. All rights reserved.