public class ControllerS3 extends 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() |
Iterator<thredds.inventory.MFile> |
getInventoryAll(thredds.inventory.CollectionConfig mc,
boolean recheck) |
Iterator<thredds.inventory.MFile> |
getInventoryTop(thredds.inventory.CollectionConfig mc,
boolean recheck) |
Iterator<thredds.inventory.MFile> |
getSubdirs(thredds.inventory.CollectionConfig mc,
boolean recheck) |
public Iterator<thredds.inventory.MFile> getInventoryAll(thredds.inventory.CollectionConfig mc, boolean recheck)
getInventoryAll in interface thredds.inventory.MControllerpublic Iterator<thredds.inventory.MFile> getInventoryTop(thredds.inventory.CollectionConfig mc, boolean recheck)
getInventoryTop in interface thredds.inventory.MControllerpublic 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