Response.ProtoType| Constructor and Description |
|---|
ProgressResponse(long newRows,
long newBytes,
long newTotalRows) |
| Modifier and Type | Method and Description |
|---|---|
long |
newBytes() |
long |
newRows() |
long |
newTotalRows() |
static ProgressResponse |
readFrom(BinaryDeserializer deserializer) |
Response.ProtoType |
type() |
public ProgressResponse(long newRows,
long newBytes,
long newTotalRows)
public static ProgressResponse readFrom(BinaryDeserializer deserializer) throws IOException
IOExceptionpublic Response.ProtoType type()
public long newRows()
public long newBytes()
public long newTotalRows()
Copyright © 2021. All rights reserved.