Package org.eclipse.rdf4j.sail.base
Interface SailClosable
- All Superinterfaces:
AutoCloseable
- All Known Subinterfaces:
SailDataset,SailSink,SailSource,SailStore
- All Known Implementing Classes:
BackingSailSource,Changeset,DelegatingSailDataset,DelegatingSailSource,MemorySailStore,MemorySailStore.MemorySailDataset,MemorySailStore.MemorySailSink,MemorySailStore.MemorySailSource,ObservingSailDataset,SailDatasetImpl,SailSourceBranch,SnapshotSailStore,UnionSailDataset,UnionSailSource
Common interface to objects that throw
SailException on close.-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Closes this resource, relinquishing any underlying resources.
-
Method Details
-
close
Closes this resource, relinquishing any underlying resources.- Specified by:
closein interfaceAutoCloseable- Throws:
SailException- if this resource cannot be closed
-