Package | Description |
---|---|
org.eclipse.january | |
org.eclipse.january.dataset |
Modifier and Type | Class and Description |
---|---|
class |
MetadataException
Exception associated with metadata
|
Modifier and Type | Method and Description |
---|---|
String |
IDatasetConnector.connect()
Same as calling connect(500, TimeUnit.MILLISECOND)
Cannot will connect with the DataServer to start listening
to any updates to the file should it be written in the remote file system.
|
String |
IDatasetConnector.connect(long time,
TimeUnit unit)
Cannot will connect with the DataServer to start listening
to any updates to the file should it be written in the remote file system.
|
void |
IDatasetConnector.disconnect()
Stops listening to the dataset changing and disconnects from the server.
|
Dataset |
LazyDataset.getSlice(IMonitor monitor,
int[] start,
int[] stop,
int[] step) |
IDataset |
ILazyDataset.getSlice(IMonitor monitor,
int[] start,
int[] stop,
int[] step)
Get a slice of the dataset.
|
Dataset |
AggregateDataset.getSlice(IMonitor monitor,
int[] start,
int[] stop,
int[] step) |
Dataset |
LazyDataset.getSlice(IMonitor monitor,
Slice... slice) |
IDataset |
ILazyDataset.getSlice(IMonitor monitor,
Slice... slice)
Get a slice of the dataset.
|
Dataset |
AggregateDataset.getSlice(IMonitor monitor,
Slice... slice) |
Dataset |
LazyDataset.getSlice(IMonitor monitor,
SliceND slice) |
IDataset |
ILazyDataset.getSlice(IMonitor monitor,
SliceND slice)
Get a slice of the dataset.
|
Dataset |
AggregateDataset.getSlice(IMonitor monitor,
SliceND slice) |
Dataset |
LazyDataset.getSlice(int[] start,
int[] stop,
int[] step) |
IDataset |
ILazyDataset.getSlice(int[] start,
int[] stop,
int[] step)
Get a slice of the dataset.
|
Dataset |
AggregateDataset.getSlice(int[] start,
int[] stop,
int[] step) |
Dataset |
LazyDataset.getSlice(Slice... slice) |
IDataset |
ILazyDataset.getSlice(Slice... slice)
Get a slice of the dataset.
|
Dataset |
AggregateDataset.getSlice(Slice... slice) |
Dataset |
LazyDataset.getSlice(SliceND slice) |
IDataset |
ILazyDataset.getSlice(SliceND slice)
Get a slice of the dataset.
|
Dataset |
AggregateDataset.getSlice(SliceND slice) |
static Dataset |
LazyMaths.mean(ILazyDataset data,
int... ignoreAxes) |
static Dataset |
LazyMaths.mean(int start,
int stop,
ILazyDataset data,
int... ignoreAxes) |
static Dataset |
LazyMaths.product(ILazyDataset data,
int axis) |
void |
LazyWriteableDataset.setSlice(IDataset data,
SliceND slice)
Set a slice of the dataset
|
void |
LazyWriteableDataset.setSlice(IMonitor monitor,
IDataset data,
int[] start,
int[] stop,
int[] step) |
void |
ILazyWriteableDataset.setSlice(IMonitor monitor,
IDataset data,
int[] start,
int[] stop,
int[] step)
Set a slice of the dataset
|
void |
LazyWriteableDataset.setSlice(IMonitor monitor,
IDataset data,
SliceND slice) |
void |
ILazyWriteableDataset.setSlice(IMonitor monitor,
IDataset data,
SliceND slice)
Set a slice of the dataset
|
void |
LazyWriteableDataset.setSliceSync(IMonitor monitor,
IDataset data,
SliceND slice) |
void |
ILazyWriteableDataset.setSliceSync(IMonitor monitor,
IDataset data,
SliceND slice)
Set a slice of the dataset synchronously
|
static Dataset |
DatasetUtils.sliceAndConvertLazyDataset(ILazyDataset lazy)
Slice (or fully load), if necessary, a lazy dataset, otherwise take a slice view and
convert to our dataset implementation.
|
static Dataset |
LazyMaths.sum(ILazyDataset data,
boolean ignore,
int... axes) |
static Dataset |
LazyMaths.sum(ILazyDataset data,
int... ignoreAxes) |
static Dataset |
LazyMaths.sum(ILazyDataset data,
int axis) |
Copyright © 2017. All rights reserved.