public class ControllerS3
extends java.lang.Object
implements thredds.inventory.MController
| Modifier and Type | Class and Description |
|---|---|
static class |
ControllerS3.Provider |
| Constructor and Description |
|---|
ControllerS3() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.util.Iterator<thredds.inventory.MFile> |
getInventoryAll(thredds.inventory.CollectionConfig mc,
boolean recheck) |
java.util.Iterator<thredds.inventory.MFile> |
getInventoryTop(thredds.inventory.CollectionConfig mc,
boolean recheck) |
java.util.Iterator<thredds.inventory.MFile> |
getSubdirs(thredds.inventory.CollectionConfig mc,
boolean recheck) |
public java.util.Iterator<thredds.inventory.MFile> getInventoryAll(thredds.inventory.CollectionConfig mc,
boolean recheck)
getInventoryAll in interface thredds.inventory.MControllerpublic java.util.Iterator<thredds.inventory.MFile> getInventoryTop(thredds.inventory.CollectionConfig mc,
boolean recheck)
getInventoryTop in interface thredds.inventory.MControllerpublic java.util.Iterator<thredds.inventory.MFile> getSubdirs(thredds.inventory.CollectionConfig mc,
boolean recheck)
getSubdirs in interface thredds.inventory.MControllerpublic void close()
close in interface thredds.inventory.MController