scray.hdfs.index.format.HasByteRepresentation.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scray-hdfs-service-adapter Show documentation
Show all versions of scray-hdfs-service-adapter Show documentation
Scray adapter to read BLOBs from HDFS
package scray.hdfs.index.format
trait HasByteRepresentation {
def getByteRepresentation: Array[Byte]
}