public class GenerateEncryptionKeyRequest extends Object implements Message
DIRECT_TYPE_SIZE| Constructor and Description |
|---|
GenerateEncryptionKeyRequest() |
GenerateEncryptionKeyRequest(int keyCnt) |
| Modifier and Type | Method and Description |
|---|---|
short |
directType()
Gets message type.
|
byte |
fieldsCount()
Gets fields count.
|
IgniteUuid |
id() |
int |
keyCount() |
void |
onAckReceived()
Method called when ack message received.
|
boolean |
readFrom(ByteBuffer buf,
MessageReader reader)
Reads this message from provided byte buffer.
|
String |
toString() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
public GenerateEncryptionKeyRequest()
public GenerateEncryptionKeyRequest(int keyCnt)
keyCnt - Count of encryption key to generate.public IgniteUuid id()
public int keyCount()
public boolean writeTo(ByteBuffer buf, MessageWriter writer)
public boolean readFrom(ByteBuffer buf, MessageReader reader)
public short directType()
directType in interface Messagepublic byte fieldsCount()
fieldsCount in interface Messagepublic void onAckReceived()
onAckReceived in interface Message
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020