Uses of Interface
com.hazelcast.ascii.TextCommandService

Packages that use TextCommandService
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.instance This package contains Hazelcast Instance functionality.
 
com.hazelcast.nio This package contains classes related to New IO
 
 

Uses of TextCommandService in com.hazelcast.ascii
 

Classes in com.hazelcast.ascii that implement TextCommandService
 class TextCommandServiceImpl
           
 

Fields in com.hazelcast.ascii declared as TextCommandService
protected  TextCommandService AbstractTextCommandProcessor.textCommandService
           
 

Constructors in com.hazelcast.ascii with parameters of type TextCommandService
AbstractTextCommandProcessor(TextCommandService textCommandService)
           
NoOpCommandProcessor(TextCommandService textCommandService)
           
 

Uses of TextCommandService in com.hazelcast.ascii.memcache
 

Constructors in com.hazelcast.ascii.memcache with parameters of type TextCommandService
DeleteCommandProcessor(TextCommandService textCommandService)
           
ErrorCommandProcessor(TextCommandService textCommandService)
           
GetCommandProcessor(TextCommandService textCommandService, boolean single)
           
MemcacheCommandProcessor(TextCommandService textCommandService)
           
SetCommandProcessor(TextCommandService textCommandService)
           
SimpleCommandProcessor(TextCommandService textCommandService)
           
StatsCommandProcessor(TextCommandService textCommandService)
           
 

Uses of TextCommandService in com.hazelcast.ascii.rest
 

Constructors in com.hazelcast.ascii.rest with parameters of type TextCommandService
HttpCommandProcessor(TextCommandService textCommandService)
           
HttpDeleteCommandProcessor(TextCommandService textCommandService)
           
HttpGetCommandProcessor(TextCommandService textCommandService)
           
HttpPostCommandProcessor(TextCommandService textCommandService)
           
 

Uses of TextCommandService in com.hazelcast.instance
 

Methods in com.hazelcast.instance that return TextCommandService
 TextCommandService Node.getTextCommandService()
           
 

Uses of TextCommandService in com.hazelcast.nio
 

Methods in com.hazelcast.nio that return TextCommandService
 TextCommandService NodeIOService.getTextCommandService()
           
 TextCommandService IOService.getTextCommandService()
           
 



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