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