public final class CommandSuccess extends Object
| Constructor and Description |
|---|
CommandSuccess() |
| Modifier and Type | Method and Description |
|---|---|
CommandSuccess |
clear() |
CommandSuccess |
clearRequestId() |
CommandSuccess |
clearSchema() |
CommandSuccess |
copyFrom(CommandSuccess _other) |
long |
getRequestId() |
Schema |
getSchema() |
int |
getSerializedSize() |
boolean |
hasRequestId() |
boolean |
hasSchema() |
void |
parseFrom(byte[] a) |
void |
parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size) |
CommandSuccess |
setRequestId(long requestId) |
Schema |
setSchema() |
byte[] |
toByteArray() |
int |
writeTo(io.netty.buffer.ByteBuf _b) |
public boolean hasRequestId()
public long getRequestId()
public CommandSuccess setRequestId(long requestId)
public CommandSuccess clearRequestId()
public boolean hasSchema()
public Schema getSchema()
public Schema setSchema()
public CommandSuccess clearSchema()
public int writeTo(io.netty.buffer.ByteBuf _b)
public int getSerializedSize()
public void parseFrom(io.netty.buffer.ByteBuf _buffer,
int _size)
public CommandSuccess clear()
public CommandSuccess copyFrom(CommandSuccess _other)
public byte[] toByteArray()
public void parseFrom(byte[] a)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.