public class RaftCountDownLatchDataSerializerHook extends Object implements DataSerializerHook
Modifier and Type | Field and Description |
---|---|
static int |
AWAIT_INVOCATION_KEY |
static int |
AWAIT_OP |
static int |
COUNT_DOWN_LATCH |
static int |
COUNT_DOWN_LATCH_REGISTRY |
static int |
COUNT_DOWN_OP |
static int |
F_ID |
static int |
GET_COUNT_OP |
static int |
GET_ROUND_OP |
static int |
TRY_SET_COUNT_OP |
F_ID_OFFSET_HIBERNATE, F_ID_OFFSET_WEBMODULE
Constructor and Description |
---|
RaftCountDownLatchDataSerializerHook() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
createFactory() |
int |
getFactoryId() |
public static final int F_ID
public static final int COUNT_DOWN_LATCH_REGISTRY
public static final int COUNT_DOWN_LATCH
public static final int AWAIT_INVOCATION_KEY
public static final int AWAIT_OP
public static final int COUNT_DOWN_OP
public static final int GET_COUNT_OP
public static final int GET_ROUND_OP
public static final int TRY_SET_COUNT_OP
public RaftCountDownLatchDataSerializerHook()
public int getFactoryId()
getFactoryId
in interface DataSerializerHook
public DataSerializableFactory createFactory()
createFactory
in interface DataSerializerHook
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.