Package org.apache.heron.spi.common
Class Context
- java.lang.Object
-
- org.apache.heron.spi.common.Context
-
public class Context extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Context()
-
Method Summary
-
-
-
Method Detail
-
dryRunFormatType
public static org.apache.heron.common.basics.DryRunFormatType dryRunFormatType(Config cfg)
-
topologyContainerId
public static int topologyContainerId(Config cfg)
-
topologyPackageType
public static org.apache.heron.common.basics.PackageType topologyPackageType(Config cfg)
-
stmgrRam
public static org.apache.heron.common.basics.ByteAmount stmgrRam(Config cfg)
-
ckptmgrRam
public static org.apache.heron.common.basics.ByteAmount ckptmgrRam(Config cfg)
-
metricsmgrRam
public static org.apache.heron.common.basics.ByteAmount metricsmgrRam(Config cfg)
-
instanceRam
public static org.apache.heron.common.basics.ByteAmount instanceRam(Config cfg)
-
instanceDisk
public static org.apache.heron.common.basics.ByteAmount instanceDisk(Config cfg)
-
statefulStorageCustomClassPath
public static final String statefulStorageCustomClassPath(Config cfg)
-
-