Package com.dtsx.astra.sdk.cassio
Class ClusteredMetadataVectorRecord
java.lang.Object
com.dtsx.astra.sdk.cassio.ClusteredMetadataVectorRecord
Partitioned table with cluster and vector.
-
Constructor Summary
ConstructorDescriptionDefault Constructor.ClusteredMetadataVectorRecord
(List<Float> vector) Create a record with a vector. -
Method Summary
-
Constructor Details
-
ClusteredMetadataVectorRecord
public ClusteredMetadataVectorRecord()Default Constructor. -
ClusteredMetadataVectorRecord
Create a record with a vector.- Parameters:
vector
- current vector.
-