Interface Content<T>

Type Parameters:
T -
All Superinterfaces:
Comparable<Content<?>>, Supplier<CharSequence>
All Known Implementing Classes:
PathContent, URLContent

public interface Content<T> extends Supplier<CharSequence>, Comparable<Content<?>>
A generic content wrapper for anything that can be given to a NoSQLBench runtime using a specific type of locator.