|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnsupportedRequestException | |
|---|---|
| org.gcube.data.tmf.api | |
| Uses of UnsupportedRequestException in org.gcube.data.tmf.api |
|---|
| Methods in org.gcube.data.tmf.api that throw UnsupportedRequestException | |
|---|---|
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
SourceWriter.add(org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> treeStream)
Adds many trees at once to the source. |
org.gcube.data.trees.data.Tree |
SourceWriter.add(org.gcube.data.trees.data.Tree tree)
Adds a tree to the source. |
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
SourceReader.get(org.gcube.data.trees.patterns.Pattern pattern)
Returns all the trees in the source which match a given pattern, after pruning them with it. |
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
SourceReader.get(org.gcube.data.streams.Stream<String> idStream,
org.gcube.data.trees.patterns.Pattern pattern)
Returns trees in the source with given identifiers, after pruning them with a given pattern. |
org.gcube.data.trees.data.Tree |
SourceReader.get(String id,
org.gcube.data.trees.patterns.Pattern pattern)
Returns a tree in the source with a given identifier, after pruning it with a given pattern. |
org.gcube.data.trees.data.Node |
SourceReader.getNode(String... path)
Returns a tree node in the source from the path of identifiers which connects it to the root of the tree. |
org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> |
SourceWriter.update(org.gcube.data.streams.Stream<org.gcube.data.trees.data.Tree> deltaStream)
Updates many trees at once in the source with the delta trees that capture their changes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||