public enum InfinispanAddressMarshaller extends Enum<InfinispanAddressMarshaller> implements FieldSetMarshaller<org.infinispan.remoting.transport.Address,org.infinispan.remoting.transport.Address>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
org.infinispan.remoting.transport.Address |
getBuilder() |
int |
getFields() |
org.infinispan.remoting.transport.Address |
readField(ProtoStreamReader reader,
int index,
org.infinispan.remoting.transport.Address address) |
static InfinispanAddressMarshaller |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfinispanAddressMarshaller[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
writeFields(ProtoStreamWriter writer,
int startIndex,
org.infinispan.remoting.transport.Address address) |
public static final InfinispanAddressMarshaller INSTANCE
public static InfinispanAddressMarshaller[] values()
for (InfinispanAddressMarshaller c : InfinispanAddressMarshaller.values()) System.out.println(c);
public static InfinispanAddressMarshaller 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 org.infinispan.remoting.transport.Address getBuilder()
getBuilder in interface FieldSetMarshaller<org.infinispan.remoting.transport.Address,org.infinispan.remoting.transport.Address>public int getFields()
getFields in interface FieldSetMarshaller<org.infinispan.remoting.transport.Address,org.infinispan.remoting.transport.Address>public org.infinispan.remoting.transport.Address readField(ProtoStreamReader reader, int index, org.infinispan.remoting.transport.Address address) throws IOException
readField in interface FieldSetMarshaller<org.infinispan.remoting.transport.Address,org.infinispan.remoting.transport.Address>IOExceptionpublic void writeFields(ProtoStreamWriter writer, int startIndex, org.infinispan.remoting.transport.Address address) throws IOException
writeFields in interface FieldSetMarshaller<org.infinispan.remoting.transport.Address,org.infinispan.remoting.transport.Address>IOExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.