Class BaseSpace<SelfT extends BaseSpace<SelfT>>

java.lang.Object
io.nosqlbench.adapters.api.activityimpl.uniform.BaseSpace<SelfT>
Type Parameters:
SelfT -
All Implemented Interfaces:
Space, NBNamedElement, AutoCloseable
Direct Known Subclasses:
AmqpSpace, AzureAISearchSpace, BaseSpace.BasicSpace, Cqld4Space, DataApiSpace, DiagSpace, DynamoDBSpace, ExampleSpace, GCPSpannerSpace, HttpSpace, KafkaSpace, MongoSpace, Neo4JSpace, PulsarSpace, QdrantSpace, S4JSpace, StdoutSpace, TcpClientAdapterSpace, TcpServerAdapterSpace, WeaviateSpace

public class BaseSpace<SelfT extends BaseSpace<SelfT>> extends Object implements Space
This example of a space uses the SelfT technique to enable the self type to be used in method signatures and return types.