public class KSetBytes<KEY_TYPE extends Comparable<KEY_TYPE>> extends org.agilewiki.jactor.lpc.Request<Object,JAMap>
Constructor and Description |
---|
KSetBytes(KEY_TYPE key,
byte[] bytes)
Create the request
|
Modifier and Type | Method and Description |
---|---|
boolean |
isTargetType(org.agilewiki.jactor.Actor targetActor)
Returns true when targetActor is an instanceof TARGET_TYPE
|
void |
processRequest(org.agilewiki.jactor.lpc.JLPCActor targetActor,
org.agilewiki.jactor.RP rp) |
public KSetBytes(KEY_TYPE key, byte[] bytes)
key
- The key of the desired element.bytes
- Holds the serialized data.Copyright © 2013. All Rights Reserved.