![JAR search and dependency download from the Maven repository](/logo.png)
org.apache.avro.ipc.HandshakeMatch Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of avro-ipc Show documentation
Show all versions of avro-ipc Show documentation
Avro inter-process communication components
The newest version!
/**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
package org.apache.avro.ipc;
@org.apache.avro.specific.AvroGenerated
public enum HandshakeMatch implements org.apache.avro.generic.GenericEnumSymbol {
BOTH, CLIENT, NONE ;
public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"HandshakeMatch\",\"namespace\":\"org.apache.avro.ipc\",\"symbols\":[\"BOTH\",\"CLIENT\",\"NONE\"]}");
public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
@Override
public org.apache.avro.Schema getSchema() { return SCHEMA$; }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy