Interface TableStreamManager

All Known Implementing Classes:
CassandraStreamManager

public interface TableStreamManager
The main streaming hook for a storage implementation. From here, the streaming system can get instances of StreamReceiver, IncomingStream, and OutgoingStream, which expose the interfaces into the the underlying storage implementation needed to make streaming work.