Uses of Class
org.apache.activemq.artemis.core.protocol.core.impl.wireformat.ReplicationSyncFileMessage.FileType
-
Packages that use ReplicationSyncFileMessage.FileType Package Description org.apache.activemq.artemis.core.protocol.core.impl.wireformat org.apache.activemq.artemis.core.server -
-
Uses of ReplicationSyncFileMessage.FileType in org.apache.activemq.artemis.core.protocol.core.impl.wireformat
Methods in org.apache.activemq.artemis.core.protocol.core.impl.wireformat that return ReplicationSyncFileMessage.FileType Modifier and Type Method Description static ReplicationSyncFileMessage.FileTypeReplicationSyncFileMessage.FileType. getFileType(byte readByte)ReplicationSyncFileMessage.FileTypeReplicationSyncFileMessage. getFileType()static ReplicationSyncFileMessage.FileTypeReplicationSyncFileMessage.FileType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReplicationSyncFileMessage.FileType[]ReplicationSyncFileMessage.FileType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReplicationSyncFileMessage.FileType in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server with parameters of type ReplicationSyncFileMessage.FileType Modifier and Type Method Description ActiveMQInternalErrorExceptionActiveMQMessageBundle_impl. replicationUnhandledFileType(ReplicationSyncFileMessage.FileType fileType)ActiveMQInternalErrorExceptionActiveMQMessageBundle. replicationUnhandledFileType(ReplicationSyncFileMessage.FileType fileType)
-