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
This example of a space uses the SelfT technique to enable
the self type to be used in method signatures and return types.
-
Constructor Details
-
BaseSpace
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceNBNamedElement
-