Class AmazonS3Connector.GetSeedsThread

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    AmazonS3Connector

    protected static class AmazonS3Connector.GetSeedsThread
    extends java.lang.Thread
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.lang.Thread

        java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
    • Constructor Summary

      Constructors 
      Constructor Description
      GetSeedsThread​(com.amazonaws.services.s3.AmazonS3 s3, java.lang.String[] buckets)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void finishUp()  
      XThreadBuffer<S3Artifact> getBuffer()  
      void run()  
      void setBuffer​(XThreadBuffer<S3Artifact> buffer)  
      • Methods inherited from class java.lang.Thread

        activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • exception

        protected java.lang.Throwable exception
      • bucketsToBeRemoved

        protected java.lang.String[] bucketsToBeRemoved
      • s3client

        protected com.amazonaws.services.s3.AmazonS3 s3client
    • Constructor Detail

      • GetSeedsThread

        public GetSeedsThread​(com.amazonaws.services.s3.AmazonS3 s3,
                              java.lang.String[] buckets)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
        Overrides:
        run in class java.lang.Thread
      • finishUp

        public void finishUp()
                      throws java.lang.InterruptedException,
                             java.io.IOException,
                             ResponseException
        Throws:
        java.lang.InterruptedException
        java.io.IOException
        ResponseException