final case class VoyagerUri(value: URI) extends AnyVal with Product with Serializable
Represents the base URI for a voyager index, either on a local or a remote file system. For
remote file systems, the path
should be in the form 'scheme://<bucket>/<path>/'. For local
files, it should be in the form '/<path>/'. The uri
specified represents the directory where
the index.hnsw
and names.json
are.
- Source
- Voyager.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VoyagerUri
- Serializable
- Product
- Equals
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def exists(implicit remoteFileUtil: RemoteFileUtil): Boolean
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val value: URI