|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextCommandService | |
|---|---|
| com.hazelcast.instance | This package contains Hazelcast Instance functionality. |
| com.hazelcast.internal.ascii | This package contains Ascii functionality for Hazelcast. This is required for Memcached and the REST api. |
| com.hazelcast.internal.ascii.memcache | This package contains MemoryCache functionality for Hazelcast. |
| com.hazelcast.internal.ascii.rest | This package contains Reset functionality for Hazelcast. |
| com.hazelcast.nio | This package contains classes related to New IO |
| Uses of TextCommandService in com.hazelcast.instance |
|---|
| Methods in com.hazelcast.instance that return TextCommandService | |
|---|---|
TextCommandService |
Node.getTextCommandService()
|
| Uses of TextCommandService in com.hazelcast.internal.ascii |
|---|
| Classes in com.hazelcast.internal.ascii that implement TextCommandService | |
|---|---|
class |
TextCommandServiceImpl
|
| Fields in com.hazelcast.internal.ascii declared as TextCommandService | |
|---|---|
protected TextCommandService |
AbstractTextCommandProcessor.textCommandService
|
| Constructors in com.hazelcast.internal.ascii with parameters of type TextCommandService | |
|---|---|
AbstractTextCommandProcessor(TextCommandService textCommandService)
|
|
NoOpCommandProcessor(TextCommandService textCommandService)
|
|
| Uses of TextCommandService in com.hazelcast.internal.ascii.memcache |
|---|
| Constructors in com.hazelcast.internal.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.internal.ascii.rest |
|---|
| Constructors in com.hazelcast.internal.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.nio |
|---|
| Methods in com.hazelcast.nio that return TextCommandService | |
|---|---|
TextCommandService |
NodeIOService.getTextCommandService()
|
TextCommandService |
IOService.getTextCommandService()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||