|
| | JCSCache (PairedEndReader reader, int cacheSize, JCSAlignmentModel m) |
| |
| FilteredIterator | query (Annotation window, boolean fullyContained, CoordinateSpace cs) |
| |
| CloseableIterator< AlignmentCount > | getReads (Annotation w, boolean fullyContained) |
| |
| CloseableIterator< AlignmentCount > | getReads () |
| |
| broad.core.datastructures.JCSCache.JCSCache |
( |
PairedEndReader |
reader, |
|
|
int |
cacheSize, |
|
|
JCSAlignmentModel |
m |
|
) |
| |
Initializes the cache
- Parameters
-
| static void broad.core.datastructures.JCSCache.dispose |
( |
String |
cacheName | ) |
|
|
static |
Shuts down the specified cache, and removes it from the list of active caches so it can be created again.
- Parameters
-
| cacheName | The name of the cache to dispose of. |
| static Integer broad.core.datastructures.JCSCache.generateRandom |
( |
int |
length | ) |
|
|
static |
Generates a Long random number of length "length". We will use 10 digits
- Parameters
-
- Returns
| CloseableIterator<AlignmentCount> broad.core.datastructures.JCSCache.getReads |
( |
Annotation |
w, |
|
|
boolean |
fullyContained |
|
) |
| |
| CloseableIterator<AlignmentCount> broad.core.datastructures.JCSCache.getReads |
( |
| ) |
|
| FilteredIterator broad.core.datastructures.JCSCache.query |
( |
Annotation |
window, |
|
|
boolean |
fullyContained, |
|
|
CoordinateSpace |
cs |
|
) |
| |
The documentation for this class was generated from the following file: