Uses of Interface
org.openrefine.model.changes.GridCache
-
Packages that use GridCache Package Description org.openrefine org.openrefine.history org.openrefine.io org.openrefine.model org.openrefine.model.changes -
-
Uses of GridCache in org.openrefine
Methods in org.openrefine that return GridCache Modifier and Type Method Description abstract GridCache
ProjectManager. getGridCache(long projectId)
Return the cached grid store for a given projectGridCache
ProjectManagerStub. getGridCache(long projectId)
-
Uses of GridCache in org.openrefine.history
Fields in org.openrefine.history declared as GridCache Modifier and Type Field Description protected GridCache
History. _gridStore
Methods in org.openrefine.history that return GridCache Modifier and Type Method Description GridCache
History. getGridCache()
GridCache
HistoryEntryManager. getGridCache(Runner runner, File projectDir)
The place where to store cached intermediate grids.Constructors in org.openrefine.history with parameters of type GridCache Constructor Description History(Grid initialGrid, ChangeDataStore dataStore, GridCache gridStore, long projectId)
Creates an empty on an initial grid.History(Grid initialGrid, ChangeDataStore dataStore, GridCache gridStore, List<HistoryEntry> entries, int position, long projectId)
Constructs a history with an initial grid and a list of history entries. -
Uses of GridCache in org.openrefine.io
Methods in org.openrefine.io that return GridCache Modifier and Type Method Description GridCache
FileProjectManager. getGridCache(long projectId)
-
Uses of GridCache in org.openrefine.model
Constructors in org.openrefine.model with parameters of type GridCache Constructor Description Project(long projectId, Grid initialState, ChangeDataStore dataStore, GridCache gridStore)
Creates a new project from an initial grid and a project id.Project(Grid initialState, ChangeDataStore dataStore, GridCache gridStore)
Creates a new project from an initial grid. -
Uses of GridCache in org.openrefine.model.changes
Classes in org.openrefine.model.changes that implement GridCache Modifier and Type Class Description class
FileGridCache
class
LazyGridCache
-