Interface DriverAdapterDecorators
- All Known Subinterfaces:
SyntheticOpTemplateProvider
- All Known Implementing Classes:
DiagDriverAdapter,StandardActivity,StdoutDriverAdapter,TcpClientDriverAdapter,TcpServerDriverAdapter
public interface DriverAdapterDecorators
This type simply captures (by extension) any optional decorator
interfaces which may be implemented by a
DriverAdapter.
Thus, it is mostly for documentation.
Decorator interfaces are used within NoSQLBench where implementations are truly optional,
and thus would cloud the view of a developer implementing strictly to requirements.
You can find any such decorator interfaces specific to driver adapters by looking for
all implementations of this type.