()
| 430 | } |
| 431 | |
| 432 | public String toString() { |
| 433 | return super.toStringWithQualifiers("AppendRequest", |
| 434 | family, qualifiers, values, |
| 435 | ", timestamp=" + timestamp |
| 436 | + ", lockid=" + lockid |
| 437 | + ", durable=" + durable |
| 438 | + ", return_result=" + return_result |
| 439 | + ", bufferable=" + super.bufferable); |
| 440 | } |
| 441 | |
| 442 | /** @param return_result Whether or not to fetch the results of the append |
| 443 | * from HBase. */ |
nothing calls this directly
no test coverage detected