public abstract class AbstractBaseS3Namespaceable extends Object implements com.salesforce.cantor.Namespaceable
| Constructor and Description |
|---|
AbstractBaseS3Namespaceable(com.amazonaws.services.s3.AmazonS3 s3Client,
String bucketName,
String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
create(String namespace) |
void |
drop(String namespace) |
Collection<String> |
namespaces() |
public AbstractBaseS3Namespaceable(com.amazonaws.services.s3.AmazonS3 s3Client,
String bucketName,
String type)
throws IOException
IOExceptionpublic Collection<String> namespaces() throws IOException
namespaces in interface com.salesforce.cantor.NamespaceableIOExceptionpublic void create(String namespace) throws IOException
create in interface com.salesforce.cantor.NamespaceableIOExceptionpublic void drop(String namespace) throws IOException
drop in interface com.salesforce.cantor.NamespaceableIOExceptionCopyright © 2021. All rights reserved.