org.jets3t.samples
Class ThreadedObjectListing

java.lang.Object
  extended by org.jets3t.samples.ThreadedObjectListing

public class ThreadedObjectListing
extends Object

Demonstrates how to use the S3ServiceMulti.listObjects(String, String[], String, long) method to list multiple "partitions" of an S3 bucket at once, using multiple threads to list objects matching different prefixes.

Author:
James Murty

Field Summary
static String TEST_PROPERTIES_FILENAME
           
 
Constructor Summary
ThreadedObjectListing()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEST_PROPERTIES_FILENAME

public static String TEST_PROPERTIES_FILENAME
Constructor Detail

ThreadedObjectListing

public ThreadedObjectListing()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception