Package | Description |
---|---|
com.hazelcast.impl | |
com.hazelcast.impl.concurrentmap |
Modifier and Type | Field and Description |
---|---|
protected Constants.RedoType |
BaseManager.ResponseQueueCall.redoType |
Modifier and Type | Method and Description |
---|---|
static Constants.RedoType |
Constants.RedoType.getRedoType(int code) |
static Constants.RedoType |
Constants.RedoType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.RedoType[] |
Constants.RedoType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseManager.logRedo(Request request,
Constants.RedoType redoType,
boolean isCaller) |
protected void |
BaseManager.ResponseQueueCall.redo(Constants.RedoType redoType) |
boolean |
BaseManager.returnRedoResponse(Request request,
Constants.RedoType redoType) |
protected void |
BaseManager.ResponseQueueCall.setRedoResult(Constants.RedoType redoType) |
Modifier and Type | Method and Description |
---|---|
static SystemLog |
MapSystemLogFactory.newRedoLog(Node node,
Request request,
Constants.RedoType redoType,
boolean isCaller) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.