@ThriftStruct public final class MasterProgress extends Object
Constructor and Description |
---|
MasterProgress()
Public constructor for thrift to create us.
|
Modifier and Type | Method and Description |
---|---|
boolean |
edgeInputSplitsSet()
Whether or not number of edge input splits was set yet
|
static MasterProgress |
get()
Get singleton instance of MasterProgress.
|
int |
getEdgeInputSplitsCount() |
int |
getVertexInputSplitCount() |
void |
setEdgeInputSplitsCount(int edgeInputSplitCount) |
void |
setVertexInputSplitCount(int vertexInputSplitCount) |
boolean |
vertexInputSplitsSet()
Whether or not number of vertex input splits was set yet
|
public MasterProgress()
public static MasterProgress get()
@ThriftField(value=1) public int getVertexInputSplitCount()
@ThriftField public void setVertexInputSplitCount(int vertexInputSplitCount)
@ThriftField(value=2) public int getEdgeInputSplitsCount()
@ThriftField public void setEdgeInputSplitsCount(int edgeInputSplitCount)
public boolean vertexInputSplitsSet()
public boolean edgeInputSplitsSet()
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.