Uses of Class
org.apache.activemq.artemis.core.protocol.core.impl.wireformat.ReplicationStartSyncMessage.SyncDataType
-
Packages that use ReplicationStartSyncMessage.SyncDataType Package Description org.apache.activemq.artemis.core.protocol.core.impl.wireformat -
-
Uses of ReplicationStartSyncMessage.SyncDataType in org.apache.activemq.artemis.core.protocol.core.impl.wireformat
Methods in org.apache.activemq.artemis.core.protocol.core.impl.wireformat that return ReplicationStartSyncMessage.SyncDataType Modifier and Type Method Description ReplicationStartSyncMessage.SyncDataTypeReplicationStartSyncMessage. getDataType()static ReplicationStartSyncMessage.SyncDataTypeReplicationStartSyncMessage.SyncDataType. getDataType(byte code)static ReplicationStartSyncMessage.SyncDataTypeReplicationStartSyncMessage.SyncDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReplicationStartSyncMessage.SyncDataType[]ReplicationStartSyncMessage.SyncDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.activemq.artemis.core.protocol.core.impl.wireformat with parameters of type ReplicationStartSyncMessage.SyncDataType Modifier and Type Method Description static AbstractJournalStorageManager.JournalContentReplicationStartSyncMessage.SyncDataType. getJournalContentType(ReplicationStartSyncMessage.SyncDataType dataType)
-