Package com.arcadedb.index.vector
Class HnswVectorIndexRAM.Node<TItem extends com.github.jelmerk.knn.Item>
- java.lang.Object
-
- com.arcadedb.index.vector.HnswVectorIndexRAM.Node<TItem>
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- HnswVectorIndexRAM<TId,TVector,TItem extends com.github.jelmerk.knn.Item<TId,TVector>,TDistance>
public static class HnswVectorIndexRAM.Node<TItem extends com.github.jelmerk.knn.Item> extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.collections.api.list.primitive.MutableIntList[]
connections()
int
maxLevel()
-
-
-
Field Detail
-
id
public final int id
-
item
public volatile TItem extends com.github.jelmerk.knn.Item item
-
-