This is an automated email from the ASF dual-hosted git repository.
ifesdjeen pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/cassandra-in-jvm-dtest-api.git.
from 326045f Cluster builder should be provided to the factory and expose
state
new cc3e43c In-jvm dtest IInstance and ICoordinator should use
QueryResult as the base API
new f2dbed3 Add CHANGES file
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGES.txt | 7 +
pom.xml | 23 +++
.../cassandra/distributed/api/ICoordinator.java | 28 ++-
.../cassandra/distributed/api/IInstance.java | 7 +-
.../cassandra/distributed/api/NodeToolResult.java | 3 +-
.../cassandra/distributed/api/QueryResult.java | 91 ++-------
.../cassandra/distributed/api/QueryResults.java | 204 +++++++++++++++++++++
.../org/apache/cassandra/distributed/api/Row.java | 116 ++++++++++--
.../{QueryResult.java => SimpleQueryResult.java} | 46 +++--
.../cassandra/distributed/shared/AssertUtils.java | 37 ++++
.../cassandra/distributed/shared/FutureUtils.java | 95 ++++++++++
.../cassandra/distributed/api/QueryResultTest.java | 198 ++++++++++++++++++++
12 files changed, 747 insertions(+), 108 deletions(-)
create mode 100644 CHANGES.txt
create mode 100644
src/main/java/org/apache/cassandra/distributed/api/QueryResults.java
copy src/main/java/org/apache/cassandra/distributed/api/{QueryResult.java =>
SimpleQueryResult.java} (76%)
create mode 100644
src/main/java/org/apache/cassandra/distributed/shared/FutureUtils.java
create mode 100644
src/test/java/org/apache/cassandra/distributed/api/QueryResultTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]