Package thredds.server.notebook
Class JupyterNotebookServiceCache
- java.lang.Object
-
- thredds.server.notebook.JupyterNotebookServiceCache
-
@Component public class JupyterNotebookServiceCache extends Object
-
-
Constructor Summary
Constructors Constructor Description JupyterNotebookServiceCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<NotebookMetadata>getAllNotebooks()Set<NotebookMetadata>getMappedNotebooks(thredds.client.catalog.Dataset ds)voidinit(int maxAge, int maxSize)
-
-
-
Method Detail
-
init
public void init(int maxAge, int maxSize)
-
getMappedNotebooks
public Set<NotebookMetadata> getMappedNotebooks(thredds.client.catalog.Dataset ds)
-
getAllNotebooks
public Set<NotebookMetadata> getAllNotebooks()
-
-