@ProviderType
public interface QueryableWireRecordStoreProvider
WireRecords.| Modifier and Type | Method and Description |
|---|---|
java.util.List<WireRecord> |
performQuery(java.lang.String query)
Perform the given query specified in an implementation defined language.
|
java.util.List<WireRecord> performQuery(java.lang.String query) throws KuraStoreException
query - the query to be runKuraStoreException