Uses of Interface
org.hcjf.layers.query.Queryable
-
Packages that use Queryable Package Description org.hcjf.cloud.impl.network org.hcjf.io.console org.hcjf.io.console.messages org.hcjf.io.net.kubernetes org.hcjf.layers org.hcjf.layers.crud org.hcjf.layers.query -
-
Uses of Queryable in org.hcjf.cloud.impl.network
Methods in org.hcjf.cloud.impl.network with parameters of type Queryable 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 Queryable in org.hcjf.io.console
Methods in org.hcjf.io.console with parameters of type Queryable Modifier and Type Method Description protected abstract java.util.Collection<JoinableMap>ConsoleServer. evaluate(Queryable queryable)Evaluate a queryable in the server. -
Uses of Queryable in org.hcjf.io.console.messages
Methods in org.hcjf.io.console.messages that return Queryable Modifier and Type Method Description QueryableEvaluateQueryableMessage. getQueryable()Returns the queryable instance.Methods in org.hcjf.io.console.messages with parameters of type Queryable Modifier and Type Method Description voidEvaluateQueryableMessage. setQueryable(Queryable queryable)Set the queryable instance. -
Uses of Queryable in org.hcjf.io.net.kubernetes
Methods in org.hcjf.io.net.kubernetes with parameters of type Queryable Modifier and Type Method Description java.util.Collection<JoinableMap>KubernetesSpyResource. readRows(Queryable queryable) -
Uses of Queryable in org.hcjf.layers
Methods in org.hcjf.layers with parameters of type Queryable 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 Queryable in org.hcjf.layers.crud
Methods in org.hcjf.layers.crud with parameters of type Queryable Modifier and Type Method Description default java.util.Collection<O>DeleteLayerInterface. delete(Queryable queryable)This method implements the delete operation over a add of the instances.default java.util.Collection<O>ReadLayerInterface. read(Queryable queryable)This method implements the read operation using the filters specified in the query.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.default java.util.Collection<O>UpdateLayerInterface. update(Queryable queryable, O object)This method implements the update operation over a add of the instances, this instances are selected using the query like a match. -
Uses of Queryable in org.hcjf.layers.query
Classes in org.hcjf.layers.query that implement Queryable Modifier and Type Class Description classParameterizedQueryThis class contains a query instance to evaluate using the parameters associated to this instance.classQueryThis class contains all the parameter needed to create a query.Methods in org.hcjf.layers.query with parameters of type Queryable Modifier and Type Method Description static java.util.Collection<JoinableMap>Query. evaluate(Queryable queryable)Evaluates the query using a readable data source.java.util.Collection<O>Queryable.DataSource. getResourceData(Queryable queryable)This method musr return the data of diferents resources using some query.java.util.Collection<JoinableMap>Queryable.ReadableDataSource. getResourceData(Queryable queryable)Return the collection of data as query response.
-