public enum LocalAddressSerializer extends Enum<LocalAddressSerializer> implements org.wildfly.clustering.marshalling.spi.Serializer<org.infinispan.remoting.transport.Address>
Address.| Modifier and Type | Class and Description |
|---|---|
static class |
LocalAddressSerializer.LocalAddressExternalizer |
static class |
LocalAddressSerializer.LocalAddressKeyFormat |
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
org.infinispan.remoting.transport.Address |
read(DataInput input) |
static LocalAddressSerializer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalAddressSerializer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
write(DataOutput output,
org.infinispan.remoting.transport.Address value) |
public static final LocalAddressSerializer INSTANCE
public static LocalAddressSerializer[] values()
for (LocalAddressSerializer c : LocalAddressSerializer.values()) System.out.println(c);
public static LocalAddressSerializer 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 void write(DataOutput output, org.infinispan.remoting.transport.Address value) throws IOException
write in interface org.wildfly.clustering.marshalling.spi.Serializer<org.infinispan.remoting.transport.Address>IOExceptionpublic org.infinispan.remoting.transport.Address read(DataInput input) throws IOException
read in interface org.wildfly.clustering.marshalling.spi.Serializer<org.infinispan.remoting.transport.Address>IOExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.