@Generated(value="Autogenerated by Thrift Compiler (0.11.0)", date="2019-01-29") public class TDatabaseConfig extends java.lang.Object implements org.apache.thrift.TBase<TDatabaseConfig,TDatabaseConfig._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<TDatabaseConfig>
Modifier and Type | Class and Description |
---|---|
static class |
TDatabaseConfig._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
boolean |
allowCreate |
int |
blobThreshold |
int |
btreeMinKey |
boolean |
btreeRecordNumbers |
boolean |
checksum |
boolean |
exclusiveCreate |
int |
hashFillFactor |
int |
hashNumElements |
int |
heapRegionSize |
long |
heapsize |
static java.util.Map<TDatabaseConfig._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
boolean |
multiversion |
boolean |
noWaitDbExclusiveLock |
int |
pageSize |
TCachePriority |
priority |
int |
queueExtentSize |
boolean |
queueInOrder |
boolean |
readOnly |
boolean |
readUncommitted |
int |
recordLength |
int |
recordPad |
boolean |
renumbering |
boolean |
reverseSplitOff |
boolean |
sortedDuplicates |
boolean |
transactionNotDurable |
TDatabaseType |
type |
boolean |
unsortedDuplicates |
Constructor and Description |
---|
TDatabaseConfig() |
TDatabaseConfig(TDatabaseConfig other)
Performs a deep copy on other.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(TDatabaseConfig other) |
TDatabaseConfig |
deepCopy() |
boolean |
equals(java.lang.Object that) |
boolean |
equals(TDatabaseConfig that) |
TDatabaseConfig._Fields |
fieldForId(int fieldId) |
int |
getBlobThreshold() |
int |
getBtreeMinKey() |
java.lang.Object |
getFieldValue(TDatabaseConfig._Fields field) |
int |
getHashFillFactor() |
int |
getHashNumElements() |
int |
getHeapRegionSize() |
long |
getHeapsize() |
int |
getPageSize() |
TCachePriority |
getPriority() |
int |
getQueueExtentSize() |
int |
getRecordLength() |
int |
getRecordPad() |
TDatabaseType |
getType() |
int |
hashCode() |
boolean |
isAllowCreate() |
boolean |
isBtreeRecordNumbers() |
boolean |
isChecksum() |
boolean |
isExclusiveCreate() |
boolean |
isMultiversion() |
boolean |
isNoWaitDbExclusiveLock() |
boolean |
isQueueInOrder() |
boolean |
isReadOnly() |
boolean |
isReadUncommitted() |
boolean |
isRenumbering() |
boolean |
isReverseSplitOff() |
boolean |
isSet(TDatabaseConfig._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetAllowCreate()
Returns true if field allowCreate is set (has been assigned a value) and false otherwise
|
boolean |
isSetBlobThreshold()
Returns true if field blobThreshold is set (has been assigned a value) and false otherwise
|
boolean |
isSetBtreeMinKey()
Returns true if field btreeMinKey is set (has been assigned a value) and false otherwise
|
boolean |
isSetBtreeRecordNumbers()
Returns true if field btreeRecordNumbers is set (has been assigned a value) and false otherwise
|
boolean |
isSetChecksum()
Returns true if field checksum is set (has been assigned a value) and false otherwise
|
boolean |
isSetExclusiveCreate()
Returns true if field exclusiveCreate is set (has been assigned a value) and false otherwise
|
boolean |
isSetHashFillFactor()
Returns true if field hashFillFactor is set (has been assigned a value) and false otherwise
|
boolean |
isSetHashNumElements()
Returns true if field hashNumElements is set (has been assigned a value) and false otherwise
|
boolean |
isSetHeapRegionSize()
Returns true if field heapRegionSize is set (has been assigned a value) and false otherwise
|
boolean |
isSetHeapsize()
Returns true if field heapsize is set (has been assigned a value) and false otherwise
|
boolean |
isSetMultiversion()
Returns true if field multiversion is set (has been assigned a value) and false otherwise
|
boolean |
isSetNoWaitDbExclusiveLock()
Returns true if field noWaitDbExclusiveLock is set (has been assigned a value) and false otherwise
|
boolean |
isSetPageSize()
Returns true if field pageSize is set (has been assigned a value) and false otherwise
|
boolean |
isSetPriority()
Returns true if field priority is set (has been assigned a value) and false otherwise
|
boolean |
isSetQueueExtentSize()
Returns true if field queueExtentSize is set (has been assigned a value) and false otherwise
|
boolean |
isSetQueueInOrder()
Returns true if field queueInOrder is set (has been assigned a value) and false otherwise
|
boolean |
isSetReadOnly()
Returns true if field readOnly is set (has been assigned a value) and false otherwise
|
boolean |
isSetReadUncommitted()
Returns true if field readUncommitted is set (has been assigned a value) and false otherwise
|
boolean |
isSetRecordLength()
Returns true if field recordLength is set (has been assigned a value) and false otherwise
|
boolean |
isSetRecordPad()
Returns true if field recordPad is set (has been assigned a value) and false otherwise
|
boolean |
isSetRenumbering()
Returns true if field renumbering is set (has been assigned a value) and false otherwise
|
boolean |
isSetReverseSplitOff()
Returns true if field reverseSplitOff is set (has been assigned a value) and false otherwise
|
boolean |
isSetSortedDuplicates()
Returns true if field sortedDuplicates is set (has been assigned a value) and false otherwise
|
boolean |
isSetTransactionNotDurable()
Returns true if field transactionNotDurable is set (has been assigned a value) and false otherwise
|
boolean |
isSetType()
Returns true if field type is set (has been assigned a value) and false otherwise
|
boolean |
isSetUnsortedDuplicates()
Returns true if field unsortedDuplicates is set (has been assigned a value) and false otherwise
|
boolean |
isSortedDuplicates() |
boolean |
isTransactionNotDurable() |
boolean |
isUnsortedDuplicates() |
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
TDatabaseConfig |
setAllowCreate(boolean allowCreate) |
void |
setAllowCreateIsSet(boolean value) |
TDatabaseConfig |
setBlobThreshold(int blobThreshold) |
void |
setBlobThresholdIsSet(boolean value) |
TDatabaseConfig |
setBtreeMinKey(int btreeMinKey) |
void |
setBtreeMinKeyIsSet(boolean value) |
TDatabaseConfig |
setBtreeRecordNumbers(boolean btreeRecordNumbers) |
void |
setBtreeRecordNumbersIsSet(boolean value) |
TDatabaseConfig |
setChecksum(boolean checksum) |
void |
setChecksumIsSet(boolean value) |
TDatabaseConfig |
setExclusiveCreate(boolean exclusiveCreate) |
void |
setExclusiveCreateIsSet(boolean value) |
void |
setFieldValue(TDatabaseConfig._Fields field,
java.lang.Object value) |
TDatabaseConfig |
setHashFillFactor(int hashFillFactor) |
void |
setHashFillFactorIsSet(boolean value) |
TDatabaseConfig |
setHashNumElements(int hashNumElements) |
void |
setHashNumElementsIsSet(boolean value) |
TDatabaseConfig |
setHeapRegionSize(int heapRegionSize) |
void |
setHeapRegionSizeIsSet(boolean value) |
TDatabaseConfig |
setHeapsize(long heapsize) |
void |
setHeapsizeIsSet(boolean value) |
TDatabaseConfig |
setMultiversion(boolean multiversion) |
void |
setMultiversionIsSet(boolean value) |
TDatabaseConfig |
setNoWaitDbExclusiveLock(boolean noWaitDbExclusiveLock) |
void |
setNoWaitDbExclusiveLockIsSet(boolean value) |
TDatabaseConfig |
setPageSize(int pageSize) |
void |
setPageSizeIsSet(boolean value) |
TDatabaseConfig |
setPriority(TCachePriority priority) |
void |
setPriorityIsSet(boolean value) |
TDatabaseConfig |
setQueueExtentSize(int queueExtentSize) |
void |
setQueueExtentSizeIsSet(boolean value) |
TDatabaseConfig |
setQueueInOrder(boolean queueInOrder) |
void |
setQueueInOrderIsSet(boolean value) |
TDatabaseConfig |
setReadOnly(boolean readOnly) |
void |
setReadOnlyIsSet(boolean value) |
TDatabaseConfig |
setReadUncommitted(boolean readUncommitted) |
void |
setReadUncommittedIsSet(boolean value) |
TDatabaseConfig |
setRecordLength(int recordLength) |
void |
setRecordLengthIsSet(boolean value) |
TDatabaseConfig |
setRecordPad(int recordPad) |
void |
setRecordPadIsSet(boolean value) |
TDatabaseConfig |
setRenumbering(boolean renumbering) |
void |
setRenumberingIsSet(boolean value) |
TDatabaseConfig |
setReverseSplitOff(boolean reverseSplitOff) |
void |
setReverseSplitOffIsSet(boolean value) |
TDatabaseConfig |
setSortedDuplicates(boolean sortedDuplicates) |
void |
setSortedDuplicatesIsSet(boolean value) |
TDatabaseConfig |
setTransactionNotDurable(boolean transactionNotDurable) |
void |
setTransactionNotDurableIsSet(boolean value) |
TDatabaseConfig |
setType(TDatabaseType type) |
void |
setTypeIsSet(boolean value) |
TDatabaseConfig |
setUnsortedDuplicates(boolean unsortedDuplicates) |
void |
setUnsortedDuplicatesIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetAllowCreate() |
void |
unsetBlobThreshold() |
void |
unsetBtreeMinKey() |
void |
unsetBtreeRecordNumbers() |
void |
unsetChecksum() |
void |
unsetExclusiveCreate() |
void |
unsetHashFillFactor() |
void |
unsetHashNumElements() |
void |
unsetHeapRegionSize() |
void |
unsetHeapsize() |
void |
unsetMultiversion() |
void |
unsetNoWaitDbExclusiveLock() |
void |
unsetPageSize() |
void |
unsetPriority() |
void |
unsetQueueExtentSize() |
void |
unsetQueueInOrder() |
void |
unsetReadOnly() |
void |
unsetReadUncommitted() |
void |
unsetRecordLength() |
void |
unsetRecordPad() |
void |
unsetRenumbering() |
void |
unsetReverseSplitOff() |
void |
unsetSortedDuplicates() |
void |
unsetTransactionNotDurable() |
void |
unsetType() |
void |
unsetUnsortedDuplicates() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public boolean allowCreate
public int blobThreshold
public int btreeMinKey
public boolean btreeRecordNumbers
public boolean checksum
public boolean exclusiveCreate
public int hashFillFactor
public int hashNumElements
public int heapRegionSize
public long heapsize
public boolean multiversion
public boolean noWaitDbExclusiveLock
public int pageSize
public TCachePriority priority
TCachePriority
public int queueExtentSize
public boolean queueInOrder
public boolean readOnly
public boolean readUncommitted
public int recordLength
public int recordPad
public boolean renumbering
public boolean reverseSplitOff
public boolean sortedDuplicates
public boolean transactionNotDurable
public TDatabaseType type
TDatabaseType
public boolean unsortedDuplicates
public static final java.util.Map<TDatabaseConfig._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public TDatabaseConfig()
public TDatabaseConfig(TDatabaseConfig other)
public TDatabaseConfig deepCopy()
deepCopy
in interface org.apache.thrift.TBase<TDatabaseConfig,TDatabaseConfig._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<TDatabaseConfig,TDatabaseConfig._Fields>
public boolean isAllowCreate()
public TDatabaseConfig setAllowCreate(boolean allowCreate)
public void unsetAllowCreate()
public boolean isSetAllowCreate()
public void setAllowCreateIsSet(boolean value)
public int getBlobThreshold()
public TDatabaseConfig setBlobThreshold(int blobThreshold)
public void unsetBlobThreshold()
public boolean isSetBlobThreshold()
public void setBlobThresholdIsSet(boolean value)
public int getBtreeMinKey()
public TDatabaseConfig setBtreeMinKey(int btreeMinKey)
public void unsetBtreeMinKey()
public boolean isSetBtreeMinKey()
public void setBtreeMinKeyIsSet(boolean value)
public boolean isBtreeRecordNumbers()
public TDatabaseConfig setBtreeRecordNumbers(boolean btreeRecordNumbers)
public void unsetBtreeRecordNumbers()
public boolean isSetBtreeRecordNumbers()
public void setBtreeRecordNumbersIsSet(boolean value)
public boolean isChecksum()
public TDatabaseConfig setChecksum(boolean checksum)
public void unsetChecksum()
public boolean isSetChecksum()
public void setChecksumIsSet(boolean value)
public boolean isExclusiveCreate()
public TDatabaseConfig setExclusiveCreate(boolean exclusiveCreate)
public void unsetExclusiveCreate()
public boolean isSetExclusiveCreate()
public void setExclusiveCreateIsSet(boolean value)
public int getHashFillFactor()
public TDatabaseConfig setHashFillFactor(int hashFillFactor)
public void unsetHashFillFactor()
public boolean isSetHashFillFactor()
public void setHashFillFactorIsSet(boolean value)
public int getHashNumElements()
public TDatabaseConfig setHashNumElements(int hashNumElements)
public void unsetHashNumElements()
public boolean isSetHashNumElements()
public void setHashNumElementsIsSet(boolean value)
public int getHeapRegionSize()
public TDatabaseConfig setHeapRegionSize(int heapRegionSize)
public void unsetHeapRegionSize()
public boolean isSetHeapRegionSize()
public void setHeapRegionSizeIsSet(boolean value)
public long getHeapsize()
public TDatabaseConfig setHeapsize(long heapsize)
public void unsetHeapsize()
public boolean isSetHeapsize()
public void setHeapsizeIsSet(boolean value)
public boolean isMultiversion()
public TDatabaseConfig setMultiversion(boolean multiversion)
public void unsetMultiversion()
public boolean isSetMultiversion()
public void setMultiversionIsSet(boolean value)
public boolean isNoWaitDbExclusiveLock()
public TDatabaseConfig setNoWaitDbExclusiveLock(boolean noWaitDbExclusiveLock)
public void unsetNoWaitDbExclusiveLock()
public boolean isSetNoWaitDbExclusiveLock()
public void setNoWaitDbExclusiveLockIsSet(boolean value)
public int getPageSize()
public TDatabaseConfig setPageSize(int pageSize)
public void unsetPageSize()
public boolean isSetPageSize()
public void setPageSizeIsSet(boolean value)
public TCachePriority getPriority()
TCachePriority
public TDatabaseConfig setPriority(TCachePriority priority)
TCachePriority
public void unsetPriority()
public boolean isSetPriority()
public void setPriorityIsSet(boolean value)
public int getQueueExtentSize()
public TDatabaseConfig setQueueExtentSize(int queueExtentSize)
public void unsetQueueExtentSize()
public boolean isSetQueueExtentSize()
public void setQueueExtentSizeIsSet(boolean value)
public boolean isQueueInOrder()
public TDatabaseConfig setQueueInOrder(boolean queueInOrder)
public void unsetQueueInOrder()
public boolean isSetQueueInOrder()
public void setQueueInOrderIsSet(boolean value)
public boolean isReadOnly()
public TDatabaseConfig setReadOnly(boolean readOnly)
public void unsetReadOnly()
public boolean isSetReadOnly()
public void setReadOnlyIsSet(boolean value)
public boolean isReadUncommitted()
public TDatabaseConfig setReadUncommitted(boolean readUncommitted)
public void unsetReadUncommitted()
public boolean isSetReadUncommitted()
public void setReadUncommittedIsSet(boolean value)
public int getRecordLength()
public TDatabaseConfig setRecordLength(int recordLength)
public void unsetRecordLength()
public boolean isSetRecordLength()
public void setRecordLengthIsSet(boolean value)
public int getRecordPad()
public TDatabaseConfig setRecordPad(int recordPad)
public void unsetRecordPad()
public boolean isSetRecordPad()
public void setRecordPadIsSet(boolean value)
public boolean isRenumbering()
public TDatabaseConfig setRenumbering(boolean renumbering)
public void unsetRenumbering()
public boolean isSetRenumbering()
public void setRenumberingIsSet(boolean value)
public boolean isReverseSplitOff()
public TDatabaseConfig setReverseSplitOff(boolean reverseSplitOff)
public void unsetReverseSplitOff()
public boolean isSetReverseSplitOff()
public void setReverseSplitOffIsSet(boolean value)
public boolean isSortedDuplicates()
public TDatabaseConfig setSortedDuplicates(boolean sortedDuplicates)
public void unsetSortedDuplicates()
public boolean isSetSortedDuplicates()
public void setSortedDuplicatesIsSet(boolean value)
public boolean isTransactionNotDurable()
public TDatabaseConfig setTransactionNotDurable(boolean transactionNotDurable)
public void unsetTransactionNotDurable()
public boolean isSetTransactionNotDurable()
public void setTransactionNotDurableIsSet(boolean value)
public TDatabaseType getType()
TDatabaseType
public TDatabaseConfig setType(TDatabaseType type)
TDatabaseType
public void unsetType()
public boolean isSetType()
public void setTypeIsSet(boolean value)
public boolean isUnsortedDuplicates()
public TDatabaseConfig setUnsortedDuplicates(boolean unsortedDuplicates)
public void unsetUnsortedDuplicates()
public boolean isSetUnsortedDuplicates()
public void setUnsortedDuplicatesIsSet(boolean value)
public void setFieldValue(TDatabaseConfig._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<TDatabaseConfig,TDatabaseConfig._Fields>
public java.lang.Object getFieldValue(TDatabaseConfig._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<TDatabaseConfig,TDatabaseConfig._Fields>
public boolean isSet(TDatabaseConfig._Fields field)
isSet
in interface org.apache.thrift.TBase<TDatabaseConfig,TDatabaseConfig._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(TDatabaseConfig that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(TDatabaseConfig other)
compareTo
in interface java.lang.Comparable<TDatabaseConfig>
public TDatabaseConfig._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<TDatabaseConfig,TDatabaseConfig._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TSerializable
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TSerializable
org.apache.thrift.TException
public java.lang.String toString()
toString
in class java.lang.Object
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.