public class RaftSemaphoreDataSerializerHook extends Object implements DataSerializerHook
Modifier and Type | Field and Description |
---|---|
static int |
ACQUIRE_INVOCATION_KEY |
static int |
ACQUIRE_PERMITS_OP |
static int |
AVAILABLE_PERMITS_OP |
static int |
CHANGE_PERMITS_OP |
static int |
DRAIN_PERMITS_OP |
static int |
F_ID |
static int |
INIT_SEMAPHORE_OP |
static int |
RAFT_SEMAPHORE |
static int |
RAFT_SEMAPHORE_REGISTRY |
static int |
RELEASE_PERMITS_OP |
static int |
SEMAPHORE_ENDPOINT |
F_ID_OFFSET_HIBERNATE, F_ID_OFFSET_WEBMODULE
Constructor and Description |
---|
RaftSemaphoreDataSerializerHook() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
createFactory() |
int |
getFactoryId() |
public static final int F_ID
public static final int RAFT_SEMAPHORE_REGISTRY
public static final int RAFT_SEMAPHORE
public static final int ACQUIRE_INVOCATION_KEY
public static final int SEMAPHORE_ENDPOINT
public static final int ACQUIRE_PERMITS_OP
public static final int AVAILABLE_PERMITS_OP
public static final int CHANGE_PERMITS_OP
public static final int DRAIN_PERMITS_OP
public static final int INIT_SEMAPHORE_OP
public static final int RELEASE_PERMITS_OP
public int getFactoryId()
getFactoryId
in interface DataSerializerHook
public DataSerializableFactory createFactory()
createFactory
in interface DataSerializerHook
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.