Interface SailClosable

All Superinterfaces:
AutoCloseable
All Known Subinterfaces:
SailDataset, SailSink, SailSource, SailStore
All Known Implementing Classes:
BackingSailSource, Changeset, ExtensibleSailStore, SnapshotSailStore

public interface SailClosable extends AutoCloseable
Common interface to objects that throw SailException on close.
Author:
James Leigh
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Closes this resource, relinquishing any underlying resources.
  • Method Details