public final class CountDownLatchDataSerializerHook extends Object implements com.hazelcast.internal.serialization.DataSerializerHook
Modifier and Type | Field and Description |
---|---|
static int |
AWAIT_OPERATION |
static int |
CONTAINER |
static int |
COUNT_DOWN_LATCH_BACKUP_OPERATION |
static int |
COUNT_DOWN_LATCH_REPLICATION_OPERATION |
static int |
COUNT_DOWN_OPERATION |
static int |
F_ID |
static int |
GET_COUNT_OPERATION |
static int |
SET_COUNT_OPERATION |
Constructor and Description |
---|
CountDownLatchDataSerializerHook() |
Modifier and Type | Method and Description |
---|---|
DataSerializableFactory |
createFactory() |
int |
getFactoryId() |
public static final int F_ID
public static final int CONTAINER
public static final int AWAIT_OPERATION
public static final int COUNT_DOWN_LATCH_BACKUP_OPERATION
public static final int COUNT_DOWN_LATCH_REPLICATION_OPERATION
public static final int COUNT_DOWN_OPERATION
public static final int GET_COUNT_OPERATION
public static final int SET_COUNT_OPERATION
public int getFactoryId()
getFactoryId
in interface com.hazelcast.internal.serialization.DataSerializerHook
public DataSerializableFactory createFactory()
createFactory
in interface com.hazelcast.internal.serialization.DataSerializerHook
Copyright © 2018 Hazelcast, Inc.. All rights reserved.