class StandardFormat extends SplitterFormat[MinTable]
Minimizer format that uses a lookup table, storing the list of minimizers in a file.
- Alphabetic
- By Inheritance
- StandardFormat
- SplitterFormat
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new StandardFormat()
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
decorate(priorities: MinTable, props: Properties): MinimizerPriorities
- Definition Classes
- SplitterFormat
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
val
id: String
- Definition Classes
- StandardFormat → SplitterFormat
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def minimizersLoc(indexLoc: String): String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
read(location: String, props: Properties)(implicit spark: SparkSession): MinTable
- Definition Classes
- StandardFormat → SplitterFormat
-
def
readAndDecorate(location: String, props: Properties)(implicit spark: SparkSession): MinimizerPriorities
- Definition Classes
- SplitterFormat
-
def
readSplitter(location: String, props: Properties)(implicit spark: SparkSession): AnyMinSplitter
- Definition Classes
- SplitterFormat
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
write(table: MinTable, props: Properties, location: String)(implicit spark: SparkSession): Unit
Write a MinTable's minimizer ordering to a file
Write a MinTable's minimizer ordering to a file
- table
The ordering to write
- props
Properties that can optionally be written to
- location
Prefix of the location to write to. A suffix will be appended to this name.
- Definition Classes
- StandardFormat → SplitterFormat
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated