public static enum ReplicationStartSyncMessage.SyncDataType extends Enum<ReplicationStartSyncMessage.SyncDataType>
Enum Constant and Description |
---|
JournalBindings |
JournalMessages |
LargeMessages |
Modifier and Type | Method and Description |
---|---|
static ReplicationStartSyncMessage.SyncDataType |
getDataType(byte code) |
static JournalStorageManager.JournalContent |
getJournalContentType(ReplicationStartSyncMessage.SyncDataType dataType) |
static ReplicationStartSyncMessage.SyncDataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationStartSyncMessage.SyncDataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplicationStartSyncMessage.SyncDataType JournalBindings
public static final ReplicationStartSyncMessage.SyncDataType JournalMessages
public static final ReplicationStartSyncMessage.SyncDataType LargeMessages
public static ReplicationStartSyncMessage.SyncDataType[] values()
for (ReplicationStartSyncMessage.SyncDataType c : ReplicationStartSyncMessage.SyncDataType.values()) System.out.println(c);
public static ReplicationStartSyncMessage.SyncDataType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static JournalStorageManager.JournalContent getJournalContentType(ReplicationStartSyncMessage.SyncDataType dataType)
public static ReplicationStartSyncMessage.SyncDataType getDataType(byte code)
Copyright © 2016 JBoss by Red Hat. All rights reserved.