Class HiveState

  • All Implemented Interfaces:
    State

    @Deprecated(since="2.7.1",
                forRemoval=true)
    public class HiveState
    extends Object
    implements State
    Deprecated, for removal: This API element is subject to removal in a future version.
    • Constructor Detail

      • HiveState

        public HiveState​(HiveOptions options)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • beginCommit

        public void beginCommit​(Long txId)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        beginCommit in interface State
      • commit

        public void commit​(Long txId)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        commit in interface State
      • prepare

        public void prepare​(Map<String,​Object> conf,
                            IMetricsContext metrics,
                            int partitionIndex,
                            int numPartitions)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • updateState

        public void updateState​(List<TridentTuple> tuples,
                                TridentCollector collector)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • cleanup

        public void cleanup()
        Deprecated, for removal: This API element is subject to removal in a future version.