Class AbstractTransientBlobComputation

    • Constructor Detail

      • AbstractTransientBlobComputation

        public AbstractTransientBlobComputation​(String name)
      • AbstractTransientBlobComputation

        public AbstractTransientBlobComputation​(String name,
                                                int nbOutputStreams)
    • Method Detail

      • init

        public void init​(ComputationContext context)
        Description copied from interface: Computation
        Called when the framework has registered the computation successfully. Gives users a first opportunity to schedule timer callbacks and produce records. This method can be called multiple times.
        Specified by:
        init in interface Computation
        Overrides:
        init in class AbstractComputation
        Parameters:
        context - The computation context object provided by the system.
      • getTransientStoreKey

        protected String getTransientStoreKey​(String commandId)
      • storeBlob

        protected void storeBlob​(Blob blob,
                                 String commandId,
                                 String storeName)
      • createTemp

        protected Path createTemp​(String commandId)