See: Description
Interface | Description |
---|---|
Session<F> |
Common abstraction for a Session with a remote File system.
|
SessionFactory<F> |
Factory for acquiring
Session instances. |
SessionFactoryLocator<F> |
A factory returning a
SessionFactory based on some key. |
SharedSessionCapable |
A
SessionFactory that implements this interface is capable of supporting a shared session. |
Class | Description |
---|---|
CachingSessionFactory<F> |
A
SessionFactory implementation that caches Sessions for reuse without
requiring reconnection each time the Session is retrieved from the factory. |
DefaultSessionFactoryLocator<F> |
The default implementation of
SessionFactoryLocator using a simple map lookup
and an optional default to fall back on. |
DelegatingSessionFactory<F> | |
SessionFactoryMapBuilder<T> |
A
MapBuilder to producer a map that maps objects to SessionFactory s. |