| Modifier and Type | Method and Description |
|---|---|
void |
create(String namespace) |
int |
delete(String namespace,
Map<String,String> query) |
void |
drop(String namespace) |
Collection<Map<String,String>> |
get(String namespace,
Map<String,String> query) |
Collection<String> |
namespaces() |
void |
store(String namespace,
Map<String,String> map) |
public Collection<String> namespaces() throws IOException
namespaces in interface MapsIOExceptionpublic void create(String namespace) throws IOException
create in interface MapsIOExceptionpublic void drop(String namespace) throws IOException
drop in interface MapsIOExceptionpublic void store(String namespace, Map<String,String> map) throws IOException
store in interface MapsIOExceptionpublic Collection<Map<String,String>> get(String namespace, Map<String,String> query) throws IOException
get in interface MapsIOExceptionpublic int delete(String namespace, Map<String,String> query) throws IOException
delete in interface MapsIOExceptionCopyright © 2019. All rights reserved.