object PlinkFileFormat extends HlsEventRecorder with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PlinkFileFormat
- Serializable
- Serializable
- HlsEventRecorder
- HlsUsageLogging
- GlowLogging
- LazyLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val BIM_FILE_EXTENSION: String
- val BLOCKS_PER_BYTE: Int
- val CSV_DELIMITER_KEY: String
- val FAM_FILE_EXTENSION: String
- val MAGIC_BYTES: Seq[Byte]
- val NUM_MAGIC_BYTES: Int
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getBlockSize(numSamples: Int): Int
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getFirstVariantIdx(partitionedFileStart: Long, blockSize: Int): Int
- def getNumVariants(partitionedFileStart: Long, partitionedFileLength: Long, firstVariantStart: Long, blockSize: Int): Int
- def getPrefixPath(bedPath: String): String
- def getSampleIds(bedPath: String, options: Map[String, String], hadoopConf: Configuration): Array[UTF8String]
- def getVariantStart(variantIdx: Int, blockSize: Int): Long
- def getVariants(bedPath: String, firstVariant: Int, numVariants: Int, options: Map[String, String], hadoopConf: Configuration): Array[InternalRow]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hlsJsonBuilder(options: Map[String, Any]): String
- Attributes
- protected
- Definition Classes
- HlsUsageLogging
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logPlinkRead(options: Map[String, String]): Unit
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- def makeBimBoundReference(f: StructField): BoundReference
- def makeMutableProjection(schema: StructType): MutableProjection
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
recordHlsEvent(tag: String, options: Map[String, Any] = Map.empty): Unit
- Definition Classes
- HlsEventRecorder
-
def
recordHlsUsage(metric: MetricDefinition, tags: Map[TagDefinition, String] = Map.empty, blob: String = null): Unit
- Attributes
- protected
- Definition Classes
- HlsUsageLogging
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def verifyBed(stream: LittleEndianDataInputStream): Unit
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )