Uses of Interface
com.hazelcast.ascii.TextCommand

Packages that use TextCommand
com.hazelcast.ascii This package contains Ascii functionality for Hazelcast.
 
com.hazelcast.ascii.memcache This package contains MemoryCache functionality for Hazelcast.
 
com.hazelcast.ascii.rest This package contains Reset functionality for Hazelcast.
 
com.hazelcast.nio.ascii Contains SocketTextReader and SocketTextWriter classes; 
 

Uses of TextCommand in com.hazelcast.ascii
 

Classes in com.hazelcast.ascii that implement TextCommand
 class AbstractTextCommand
           
 class NoOpCommand
           
 

Methods in com.hazelcast.ascii that return TextCommand
 TextCommand CommandParser.parser(SocketTextReader socketTextReader, String cmd, int space)
           
 

Methods in com.hazelcast.ascii with parameters of type TextCommand
 void TextCommandServiceImpl.processRequest(TextCommand command)
           
 void TextCommandService.processRequest(TextCommand command)
           
 void TextCommandServiceImpl.sendResponse(TextCommand textCommand)
           
 void TextCommandService.sendResponse(TextCommand textCommand)
           
 

Uses of TextCommand in com.hazelcast.ascii.memcache
 

Classes in com.hazelcast.ascii.memcache that implement TextCommand
 class DeleteCommand
           
 class EndCommand
           
 class ErrorCommand
           
 class GetCommand
           
 class IncrementCommand
          User: sancar Date: 3/8/13 Time: 3:33 PM
 class PartialGetCommand
           
 class SetCommand
           
 class SimpleCommand
           
 class StatsCommand
           
 class TouchCommand
          User: sancar Date: 3/8/13 Time: 1:54 PM
 class VersionCommand
           
 

Methods in com.hazelcast.ascii.memcache that return TextCommand
 TextCommand SetCommandParser.parser(SocketTextReader socketTextReader, String cmd, int space)
           
 TextCommand TouchCommandParser.parser(SocketTextReader socketTextReader, String cmd, int space)
           
 TextCommand GetCommandParser.parser(SocketTextReader socketTextReader, String cmd, int space)
           
 TextCommand DeleteCommandParser.parser(SocketTextReader socketTextReader, String cmd, int space)
           
 TextCommand SimpleCommandParser.parser(SocketTextReader socketTextReader, String cmd, int space)
           
 TextCommand IncrementCommandParser.parser(SocketTextReader socketTextReader, String cmd, int space)
           
 

Uses of TextCommand in com.hazelcast.ascii.rest
 

Classes in com.hazelcast.ascii.rest that implement TextCommand
 class HttpCommand
           
 class HttpDeleteCommand
           
 class HttpGetCommand
           
 class HttpPostCommand
           
 

Methods in com.hazelcast.ascii.rest that return TextCommand
 TextCommand HttpPostCommandParser.parser(SocketTextReader socketTextReader, String cmd, int space)
           
 TextCommand HttpGetCommandParser.parser(SocketTextReader socketTextReader, String cmd, int space)
           
 TextCommand HttpDeleteCommandParser.parser(SocketTextReader socketTextReader, String cmd, int space)
           
 

Uses of TextCommand in com.hazelcast.nio.ascii
 

Methods in com.hazelcast.nio.ascii with parameters of type TextCommand
 void SocketTextWriter.enqueue(TextCommand response)
           
 void SocketTextReader.publishRequest(TextCommand command)
           
 void SocketTextReader.sendResponse(TextCommand command)
           
 boolean SocketTextWriter.write(TextCommand socketWritable, ByteBuffer socketBuffer)
           
 



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