Streamablepublic interface Streamable This is a special tagging interface to specify whether a DataSource
is intended to be used as a streamable DataSource. In such case,
it needs to report some properties that the Handler will need to know. |
Methods Summary |
---|
public boolean | isPrefetchable()Returns true if the DataSource can be prefetched.
|
|