public class PartitionInstanceRuntime extends Object
QueryRuntimes belonging to that partition key.| Constructor and Description |
|---|
PartitionInstanceRuntime(String key,
List<QueryRuntime> queryRuntimeList) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
List<QueryRuntime> |
getQueryRuntimeList() |
public PartitionInstanceRuntime(String key, List<QueryRuntime> queryRuntimeList)
public List<QueryRuntime> getQueryRuntimeList()
public String getKey()
Copyright © 2019 WSO2. All rights reserved.