generated.docs.javadoc.index-all.html Maven / Gradle / Ivy
Index (h5jan-core)
A C D E G H I N O R S T U
A
- append(IDataset) - Method in interface io.github.h5jan.core.Appender
-
Add slice to end of current writable dataset
- append(String, IDataset) - Method in interface io.github.h5jan.core.Appender
-
Add slice to end of current writable dataset
- Appender - Interface in io.github.h5jan.core
-
An appender adds slices to a DataFrame
NOTE: It keeps a count starting at 0 of the columns it is adding.
C
- clone() - Method in class io.github.h5jan.core.DataFrame
-
- clone() - Method in class io.github.h5jan.core.GenericMetadata
-
- create(String, int) - Static method in class io.github.h5jan.core.DataFrame
-
Creates a tabular writeable dataset using the shape of one column.
- create(String, int, int[]) - Static method in class io.github.h5jan.core.DataFrame
-
Creates a writeable dataset using the shape of one column.
- create(String, int, int[], int) - Static method in class io.github.h5jan.core.DataFrame
-
Creates a writeable dataset using the shape of one column.
D
- DataFrame - Class in io.github.h5jan.core
-
A data frame of January datasets which
can be written and read from HDF5.
- DataFrame() - Constructor for class io.github.h5jan.core.DataFrame
-
- DataFrame(String) - Constructor for class io.github.h5jan.core.DataFrame
-
- DataFrame(String, int, Dataset...) - Constructor for class io.github.h5jan.core.DataFrame
-
- DataFrame(ILazyDataset, int) - Constructor for class io.github.h5jan.core.DataFrame
-
- DataFrame(ILazyDataset, int, List<String>, int) - Constructor for class io.github.h5jan.core.DataFrame
-
E
- equals(Object) - Method in class io.github.h5jan.core.DataFrame
-
G
- GenericMetadata - Class in io.github.h5jan.core
-
Public type to hold undefined metadata.
- GenericMetadata() - Constructor for class io.github.h5jan.core.GenericMetadata
-
- GenericMetadata(JsonNode) - Constructor for class io.github.h5jan.core.GenericMetadata
-
- getMetadata() - Method in class io.github.h5jan.core.DataFrame
-
- getName() - Method in class io.github.h5jan.core.DataFrame
-
- getNode() - Method in class io.github.h5jan.core.GenericMetadata
-
H
- hashCode() - Method in class io.github.h5jan.core.DataFrame
-
I
- io.github.h5jan.core - package io.github.h5jan.core
-
N
- NxsMetadata - Interface in io.github.h5jan.core
-
Marker interface for saving metadata.
O
- open_hdf(String, String) - Method in class io.github.h5jan.core.DataFrame
-
Open the file for appending data yourself.
R
- read_hdf(String) - Method in class io.github.h5jan.core.DataFrame
-
Read a dataframe as LazyDatasets from the file.
S
- setMetaAttributues(NxsFile, String, DataFrame) - Static method in class io.github.h5jan.core.Util
-
Column names and metadata written
- setMetadata(NxsMetadata) - Method in class io.github.h5jan.core.DataFrame
-
- setMonitor(IMonitor) - Method in interface io.github.h5jan.core.Appender
-
Called to provide an object to return progress about the writing.
- setName(String) - Method in class io.github.h5jan.core.DataFrame
-
- setNode(JsonNode) - Method in class io.github.h5jan.core.GenericMetadata
-
T
- to_hdf(String, String) - Method in class io.github.h5jan.core.DataFrame
-
This method imports all the data frame into memory then writes it to HDF.
- to_lazy_hdf(String, String) - Method in class io.github.h5jan.core.DataFrame
-
This method writes the data in slices down the column axis.
U
- Util - Class in io.github.h5jan.core
-
- Util() - Constructor for class io.github.h5jan.core.Util
-
A C D E G H I N O R S T U