Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BigDataViewer_Core_Extension
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BioinformaticDataCompression
BigDataViewer_Core_Extension
Commits
b778ef03
Commit
b778ef03
authored
Apr 5, 2017
by
Curtis Rueden
Browse files
Options
Downloads
Patches
Plain Diff
Fix fatal javadoc syntax errors
parent
55049f50
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/bdv/img/cache/CacheArrayLoader.java
+2
-2
2 additions, 2 deletions
src/main/java/bdv/img/cache/CacheArrayLoader.java
src/main/java/bdv/img/cache/VolatileGlobalCellCache.java
+3
-9
3 additions, 9 deletions
src/main/java/bdv/img/cache/VolatileGlobalCellCache.java
with
5 additions
and
11 deletions
src/main/java/bdv/img/cache/CacheArrayLoader.java
+
2
−
2
View file @
b778ef03
...
@@ -49,8 +49,8 @@ import net.imglib2.img.basictypeaccess.volatiles.array.VolatileLongArray;
...
@@ -49,8 +49,8 @@ import net.imglib2.img.basictypeaccess.volatiles.array.VolatileLongArray;
import
net.imglib2.img.basictypeaccess.volatiles.array.VolatileShortArray
;
import
net.imglib2.img.basictypeaccess.volatiles.array.VolatileShortArray
;
/**
/**
* Provider of
{@link VolatileCell} data. This is implemented by data back-end
s
* Provider of
volatile {@link net.imglib2.img.cell.Cell} data. This i
s
* to the {@link VolatileGlobalCellCache}.
*
implemented by data back-ends
to the {@link VolatileGlobalCellCache}.
*
*
* @param <A>
* @param <A>
* type of access to cell data, currently always a
* type of access to cell data, currently always a
...
...
This diff is collapsed.
Click to expand it.
src/main/java/bdv/img/cache/VolatileGlobalCellCache.java
+
3
−
9
View file @
b778ef03
...
@@ -144,15 +144,9 @@ public class VolatileGlobalCellCache implements CacheControl
...
@@ -144,15 +144,9 @@ public class VolatileGlobalCellCache implements CacheControl
}
}
/**
/**
* Prepare the cache for providing data for the "next frame":
* Prepare the cache for providing data for the "next frame",
* <ul>
* by moving pending cell request to the prefetch queue
* <li>Move pending cell request to the prefetch queue (
* ({@link BlockingFetchQueues#clearToPrefetch()}).
* {@link BlockingFetchQueues#clearToPrefetch()}).
* <li>Perform pending cache maintenance operations (
* {@link WeakSoftCache#cleanUp()}).
* <li>Increment the internal frame counter, which will enable previously
* enqueued requests to be enqueued again for the new frame.
* </ul>
*/
*/
@Override
@Override
public
void
prepareNextFrame
()
public
void
prepareNextFrame
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment