com.hazelcast.ascii.memcache
Class PartialGetCommand

java.lang.Object
  extended by com.hazelcast.ascii.AbstractTextCommand
      extended by com.hazelcast.ascii.memcache.GetCommand
          extended by com.hazelcast.ascii.memcache.PartialGetCommand
All Implemented Interfaces:
TextCommand, SocketReadable, SocketWritable

public class PartialGetCommand
extends GetCommand


Field Summary
 
Fields inherited from class com.hazelcast.ascii.AbstractTextCommand
type
 
Constructor Summary
PartialGetCommand(String key)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class com.hazelcast.ascii.memcache.GetCommand
getKey, readFrom, setValue, writeTo
 
Methods inherited from class com.hazelcast.ascii.AbstractTextCommand
getRequestId, getSocketTextReader, getSocketTextWriter, getType, init, isUrgent, shouldReply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PartialGetCommand

public PartialGetCommand(String key)
Method Detail

toString

public String toString()
Overrides:
toString in class GetCommand


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.