-
Fields Field Description org.apache.heron.api.Config.TOPOLOGY_ENABLE_ACKING useConfig.TOPOLOGY_RELIABILITY_MODE
instead.
-
Methods Method Description org.apache.heron.api.Config.setComponentRam(Map<String, Object>, String, long) use setComponentRam(Map<String, Object> conf, String component, ByteAmount ramInBytes)org.apache.heron.api.Config.setContainerDiskRequested(Map<String, Object>, long) use setContainerDiskRequested(Map<String, Object> conf, ByteAmount nbytes)org.apache.heron.api.Config.setContainerRamRequested(Map<String, Object>, long) use setContainerRamRequested(Map<String, Object> conf, ByteAmount nbytes)org.apache.heron.api.Config.setEnableAcking(Map<String, Object>, boolean) org.apache.heron.api.Config.setTopologyComponentOutputBPS(Map<String, Object>, long) use the TOPOLOGY_COMPONENT_OUTPUT_BPS config with ComponentConfigurationDeclarer's addConfiguration() instead. Example: builder.setSpout(...).addConfiguration(Config.TOPOLOGY_COMPONENT_OUTPUT_BPS, 1000);org.apache.heron.api.topology.GeneralTopologyContext.getRawTopology() for backwards compatibility purposes