Package | Description |
---|---|
org.apache.metamodel.data |
API for data sets
|
org.apache.metamodel.util |
Utilities and convenient classes
|
Constructor and Description |
---|
RowPublisherDataSet(SelectItem[] selectItems,
int maxRows,
Action<RowPublisher> publishAction) |
RowPublisherDataSet(SelectItem[] selectItems,
int maxRows,
Action<RowPublisher> publishAction,
Closeable... closeables) |
Modifier and Type | Method and Description |
---|---|
void |
Resource.append(Action<OutputStream> appendCallback)
Opens up an
InputStream to append (write at the end of the
existing stream) to the resource. |
void |
AbstractResource.append(Action<OutputStream> appendCallback) |
void |
Resource.read(Action<InputStream> readCallback)
Opens up an
InputStream to read from the resource, and allows a
callback to perform writing actions on it. |
void |
AbstractResource.read(Action<InputStream> readCallback) |
void |
LazyRef.requestLoad(Action<Throwable> errorAction)
Requests an asynchronous load of the lazy reference.
|
void |
Resource.write(Action<OutputStream> writeCallback)
Opens up an
OutputStream to write to the resource, and allows a
callback to perform writing actions on it. |
void |
AbstractResource.write(Action<OutputStream> writeCallback) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.