public abstract class AbstractDataset extends Object implements Dataset
| Modifier and Type | Field and Description |
|---|---|
protected ClosePermitionGranter |
granter |
protected String |
name |
| Constructor and Description |
|---|
AbstractDataset() |
AbstractDataset(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getName() |
protected void |
performClose() |
void |
setClosePermitionGranter(ClosePermitionGranter granter) |
void |
setName(String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInstances, sizeprotected String name
protected ClosePermitionGranter granter
public AbstractDataset()
public AbstractDataset(String name)
public void setClosePermitionGranter(ClosePermitionGranter granter)
setClosePermitionGranter in interface Datasetpublic final void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionprotected void performClose()
throws IOException
IOExceptionCopyright © 2014–2017. All rights reserved.