Skip to content

Commit

Permalink
Undeprecate QueryLog#getType, getQuery and getConsistency (fixes #47)
Browse files Browse the repository at this point in the history
  • Loading branch information
adutra committed Feb 11, 2021
1 parent b533da4 commit 3cc4bc6
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,22 +123,18 @@ public QueryLog(
}
}

/** @deprecated Use frame instead. */
public String getType() {
return type;
}

/** @deprecated Use frame instead. */
public String getQuery() {
return query;
}

/** @deprecated Use frame instead. */
public ConsistencyLevel getConsistency() {
return consistency;
}

/** @deprecated Use frame instead. */
public ConsistencyLevel getSerialConsistency() {
return serialConsistency;
}
Expand All @@ -151,8 +147,6 @@ public long getReceivedTimestamp() {
return receivedTimestamp;
}

/** @deprecated Use frame instead. */
@Deprecated
public long getClientTimestamp() {
return clientTimestamp;
}
Expand Down

0 comments on commit 3cc4bc6

Please sign in to comment.