public class FileSystemCommandOptions extends org.apache.thrift.TUnion<FileSystemCommandOptions,FileSystemCommandOptions._Fields>
Modifier and Type | Class and Description |
---|---|
static class |
FileSystemCommandOptions._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
static Map<FileSystemCommandOptions._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
Constructor and Description |
---|
FileSystemCommandOptions() |
FileSystemCommandOptions(FileSystemCommandOptions._Fields setField,
Object value) |
FileSystemCommandOptions(FileSystemCommandOptions other) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkType(FileSystemCommandOptions._Fields setField,
Object value) |
int |
compareTo(FileSystemCommandOptions other) |
FileSystemCommandOptions |
deepCopy() |
protected FileSystemCommandOptions._Fields |
enumForId(short id) |
boolean |
equals(FileSystemCommandOptions other) |
boolean |
equals(Object other) |
FileSystemCommandOptions._Fields |
fieldForId(int fieldId) |
protected org.apache.thrift.protocol.TField |
getFieldDesc(FileSystemCommandOptions._Fields setField) |
PersistCommandOptions |
getPersistOptions() |
protected org.apache.thrift.protocol.TStruct |
getStructDesc() |
int |
hashCode() |
boolean |
isSetPersistOptions() |
static FileSystemCommandOptions |
persistOptions(PersistCommandOptions value) |
void |
setPersistOptions(PersistCommandOptions value) |
protected Object |
standardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TField field) |
protected void |
standardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) |
protected Object |
tupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot,
short fieldID) |
protected void |
tupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) |
public static final Map<FileSystemCommandOptions._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public FileSystemCommandOptions()
public FileSystemCommandOptions(FileSystemCommandOptions._Fields setField, Object value)
public FileSystemCommandOptions(FileSystemCommandOptions other)
public FileSystemCommandOptions deepCopy()
public static FileSystemCommandOptions persistOptions(PersistCommandOptions value)
protected void checkType(FileSystemCommandOptions._Fields setField, Object value) throws ClassCastException
checkType
in class org.apache.thrift.TUnion<FileSystemCommandOptions,FileSystemCommandOptions._Fields>
ClassCastException
protected Object standardSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TField field) throws org.apache.thrift.TException
standardSchemeReadValue
in class org.apache.thrift.TUnion<FileSystemCommandOptions,FileSystemCommandOptions._Fields>
org.apache.thrift.TException
protected void standardSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
standardSchemeWriteValue
in class org.apache.thrift.TUnion<FileSystemCommandOptions,FileSystemCommandOptions._Fields>
org.apache.thrift.TException
protected Object tupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, short fieldID) throws org.apache.thrift.TException
tupleSchemeReadValue
in class org.apache.thrift.TUnion<FileSystemCommandOptions,FileSystemCommandOptions._Fields>
org.apache.thrift.TException
protected void tupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
tupleSchemeWriteValue
in class org.apache.thrift.TUnion<FileSystemCommandOptions,FileSystemCommandOptions._Fields>
org.apache.thrift.TException
protected org.apache.thrift.protocol.TField getFieldDesc(FileSystemCommandOptions._Fields setField)
getFieldDesc
in class org.apache.thrift.TUnion<FileSystemCommandOptions,FileSystemCommandOptions._Fields>
protected org.apache.thrift.protocol.TStruct getStructDesc()
getStructDesc
in class org.apache.thrift.TUnion<FileSystemCommandOptions,FileSystemCommandOptions._Fields>
protected FileSystemCommandOptions._Fields enumForId(short id)
enumForId
in class org.apache.thrift.TUnion<FileSystemCommandOptions,FileSystemCommandOptions._Fields>
public FileSystemCommandOptions._Fields fieldForId(int fieldId)
public PersistCommandOptions getPersistOptions()
public void setPersistOptions(PersistCommandOptions value)
public boolean isSetPersistOptions()
public boolean equals(FileSystemCommandOptions other)
public int compareTo(FileSystemCommandOptions other)
Copyright © 2023. All Rights Reserved.