Uses of Class
org.hcjf.layers.query.JoinableMap
-
Packages that use JoinableMap Package Description org.hcjf.cloud.impl.network org.hcjf.io.console org.hcjf.io.net.kubernetes org.hcjf.layers org.hcjf.layers.crud org.hcjf.layers.query -
-
Uses of JoinableMap in org.hcjf.cloud.impl.network
Methods in org.hcjf.cloud.impl.network that return types with arguments of type JoinableMap Modifier and Type Method Description java.util.Collection<JoinableMap>CloudOrchestrator.SystemCloudNodeReadableImplementation. readRows(Queryable queryable)java.util.Collection<JoinableMap>CloudOrchestrator.SystemCloudServiceReadableImplementation. readRows(Queryable queryable) -
Uses of JoinableMap in org.hcjf.io.console
Methods in org.hcjf.io.console that return types with arguments of type JoinableMap Modifier and Type Method Description protected abstract java.util.Collection<JoinableMap>ConsoleServer. evaluate(Queryable queryable)Evaluate a queryable in the server. -
Uses of JoinableMap in org.hcjf.io.net.kubernetes
Methods in org.hcjf.io.net.kubernetes that return types with arguments of type JoinableMap Modifier and Type Method Description java.util.Collection<JoinableMap>KubernetesSpyResource. readRows(Queryable queryable) -
Uses of JoinableMap in org.hcjf.layers
Methods in org.hcjf.layers that return types with arguments of type JoinableMap Modifier and Type Method Description java.util.Collection<JoinableMap>Layers.SystemLayerReadableImplementation. readRows(Queryable queryable)java.util.Collection<JoinableMap>Layers.SystemResourceReadableImplementation. readRows(Queryable queryable) -
Uses of JoinableMap in org.hcjf.layers.crud
Methods in org.hcjf.layers.crud that return types with arguments of type JoinableMap Modifier and Type Method Description default java.util.Collection<JoinableMap>ReadRowsLayerInterface. readRows(Queryable queryable)This method implements the read operation using the filters specified in the query and return a collection of maps. -
Uses of JoinableMap in org.hcjf.layers.query
Methods in org.hcjf.layers.query that return types with arguments of type JoinableMap Modifier and Type Method Description static java.util.Collection<JoinableMap>Query. evaluate(java.lang.String query)Evaluates the query using a readable data source.static java.util.Collection<JoinableMap>Query. evaluate(Queryable queryable)Evaluates the query using a readable data source.java.util.Collection<JoinableMap>Queryable.ReadableDataSource. getResourceData(Queryable queryable)Return the collection of data as query response.
-