Package | Description |
---|---|
com.metsci.glimpse.dnc | |
com.metsci.glimpse.dnc.convert |
Modifier and Type | Field and Description |
---|---|
java.util.function.Function<DncChunks.DncChunkKey,Flat2Render.DncChunkPriority> |
DncPainter.chunkPriorityFunc |
Modifier and Type | Field and Description |
---|---|
Flat2Render.DncChunkPriority |
Flat2Render.DncChunkJob.priority |
Modifier and Type | Method and Description |
---|---|
static Flat2Render.DncChunkPriority |
Flat2Render.DncChunkPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Flat2Render.DncChunkPriority[] |
Flat2Render.DncChunkPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Flat2Render.convertAllChunks(Flat2Render.RenderCache cache,
int numSimultaneousConversions,
Flat2Render.DncChunkPriority priority) |
Modifier and Type | Method and Description |
---|---|
void |
Flat2Query.QueryCache.getChunk(DncChunks.DncChunkKey chunkKey,
java.util.function.Function<DncChunks.DncChunkKey,Flat2Render.DncChunkPriority> priorityFunc,
java.util.function.Consumer<DncTree> callback) |
void |
Flat2Render.RenderCache.getChunk(DncChunks.DncChunkKey chunkKey,
java.util.function.Function<DncChunks.DncChunkKey,Flat2Render.DncChunkPriority> priorityFunc,
java.util.function.Consumer<Render.RenderChunk> callback) |
void |
Flat2Query.QueryCache.runQuery(DncQuery query,
java.util.function.Function<DncChunks.DncChunkKey,Flat2Render.DncChunkPriority> priorityFn,
java.util.function.BiConsumer<DncChunks.DncChunkKey,Collection<DncFeature>> callback) |
Constructor and Description |
---|
DncChunkJob(DncChunks.DncChunkKey chunkKey,
long submitTime_PMILLIS,
Flat2Render.DncChunkPriority priority) |
Copyright © 2016 Metron, Inc.. All rights reserved.