Serialized Form
Package org.apache.lucene.search |
Class org.apache.lucene.search.BooleanClause extends java.lang.Object implements Serializable |
query
org.apache.lucene.search.Query query
occur
org.apache.lucene.search.BooleanClause.Occur occur
Class org.apache.lucene.search.BooleanFilter extends org.apache.lucene.search.Filter implements Serializable |
shouldFilters
java.util.ArrayList<E> shouldFilters
notFilters
java.util.ArrayList<E> notFilters
mustFilters
java.util.ArrayList<E> mustFilters
Class org.apache.lucene.search.BooleanQuery extends org.apache.lucene.search.Query implements Serializable |
clauses
java.util.ArrayList<E> clauses
disableCoord
boolean disableCoord
minNrShouldMatch
int minNrShouldMatch
Class org.apache.lucene.search.BooleanQuery.BooleanWeight extends org.apache.lucene.search.Weight implements Serializable |
similarity
org.apache.lucene.search.Similarity similarity
weights
java.util.ArrayList<E> weights
Class org.apache.lucene.search.BooleanQuery.TooManyClauses extends java.lang.RuntimeException implements Serializable |
Class org.apache.lucene.search.BoostingQuery extends org.apache.lucene.search.Query implements Serializable |
boost
float boost
match
org.apache.lucene.search.Query match
context
org.apache.lucene.search.Query context
Class org.apache.lucene.search.CachingSpanFilter extends org.apache.lucene.search.SpanFilter implements Serializable |
filter
org.apache.lucene.search.SpanFilter filter
lock
java.util.concurrent.locks.ReentrantLock lock
Class org.apache.lucene.search.CachingWrapperFilter extends org.apache.lucene.search.Filter implements Serializable |
filter
org.apache.lucene.search.Filter filter
lock
java.util.concurrent.locks.ReentrantLock lock
Class org.apache.lucene.search.ComplexExplanation extends org.apache.lucene.search.Explanation implements Serializable |
match
java.lang.Boolean match
Class org.apache.lucene.search.ConstantScoreQuery extends org.apache.lucene.search.Query implements Serializable |
filter
org.apache.lucene.search.Filter filter
Class org.apache.lucene.search.ConstantScoreQuery.ConstantWeight extends org.apache.lucene.search.Weight implements Serializable |
similarity
org.apache.lucene.search.Similarity similarity
queryNorm
float queryNorm
queryWeight
float queryWeight
Class org.apache.lucene.search.DefaultSimilarity extends org.apache.lucene.search.Similarity implements Serializable |
discountOverlaps
boolean discountOverlaps
filter
org.apache.lucene.search.Filter filter
deletionAware
boolean deletionAware
similarity
org.apache.lucene.search.Similarity similarity
queryNorm
float queryNorm
queryWeight
float queryWeight
Class org.apache.lucene.search.DisjunctionMaxQuery extends org.apache.lucene.search.Query implements Serializable |
disjuncts
java.util.ArrayList<E> disjuncts
tieBreakerMultiplier
float tieBreakerMultiplier
Class org.apache.lucene.search.DisjunctionMaxQuery.DisjunctionMaxWeight extends org.apache.lucene.search.Weight implements Serializable |
similarity
org.apache.lucene.search.Similarity similarity
weights
java.util.ArrayList<E> weights
Class org.apache.lucene.search.DuplicateFilter extends org.apache.lucene.search.Filter implements Serializable |
fieldName
java.lang.String fieldName
keepMode
int keepMode
processingMode
int processingMode
Class org.apache.lucene.search.Explanation extends java.lang.Object implements Serializable |
value
float value
description
java.lang.String description
details
java.util.ArrayList<E> details
Class org.apache.lucene.search.Explanation.IDFExplanation extends java.lang.Object implements Serializable |
Class org.apache.lucene.search.FieldCacheRangeFilter extends org.apache.lucene.search.Filter implements Serializable |
field
java.lang.String field
parser
org.apache.lucene.search.FieldCache.Parser parser
lowerVal
java.lang.Object lowerVal
upperVal
java.lang.Object upperVal
includeLower
boolean includeLower
includeUpper
boolean includeUpper
Class org.apache.lucene.search.FieldCacheTermsFilter extends org.apache.lucene.search.Filter implements Serializable |
field
java.lang.String field
terms
java.lang.String[] terms
Class org.apache.lucene.search.FieldComparatorSource extends java.lang.Object implements Serializable |
Class org.apache.lucene.search.FieldDoc extends org.apache.lucene.search.ScoreDoc implements Serializable |
fields
java.lang.Comparable<T>[] fields
Class org.apache.lucene.search.Filter extends java.lang.Object implements Serializable |
Class org.apache.lucene.search.FilterClause extends java.lang.Object implements Serializable |
occur
org.apache.lucene.search.BooleanClause.Occur occur
filter
org.apache.lucene.search.Filter filter
Class org.apache.lucene.search.FilteredQuery extends org.apache.lucene.search.Query implements Serializable |
query
org.apache.lucene.search.Query query
filter
org.apache.lucene.search.Filter filter
Class org.apache.lucene.search.FuzzyLikeThisQuery extends org.apache.lucene.search.Query implements Serializable |
rewrittenQuery
org.apache.lucene.search.Query rewrittenQuery
fieldVals
java.util.ArrayList<E> fieldVals
analyzer
org.apache.lucene.analysis.Analyzer analyzer
q
org.apache.lucene.search.FuzzyLikeThisQuery.ScoreTermQueue q
MAX_VARIANTS_PER_TERM
int MAX_VARIANTS_PER_TERM
ignoreTF
boolean ignoreTF
maxNumTerms
int maxNumTerms
Class org.apache.lucene.search.FuzzyQuery extends org.apache.lucene.search.MultiTermQuery implements Serializable |
minimumSimilarity
float minimumSimilarity
prefixLength
int prefixLength
termLongEnough
boolean termLongEnough
term
org.apache.lucene.index.Term term
Class org.apache.lucene.search.MatchAllDocsQuery extends org.apache.lucene.search.Query implements Serializable |
normsField
java.lang.String normsField
Class org.apache.lucene.search.MultiPhraseQuery extends org.apache.lucene.search.Query implements Serializable |
field
java.lang.String field
termArrays
java.util.ArrayList<E> termArrays
positions
java.util.ArrayList<E> positions
slop
int slop
Class org.apache.lucene.search.MultiTermQuery extends org.apache.lucene.search.Query implements Serializable |
rewriteMethod
org.apache.lucene.search.MultiTermQuery.RewriteMethod rewriteMethod
Class org.apache.lucene.search.MultiTermQuery.ConstantScoreAutoRewrite extends org.apache.lucene.search.MultiTermQuery.RewriteMethod implements Serializable |
termCountCutoff
int termCountCutoff
docCountPercent
double docCountPercent
Class org.apache.lucene.search.MultiTermQuery.RewriteMethod extends java.lang.Object implements Serializable |
Class org.apache.lucene.search.MultiTermQueryWrapperFilter extends org.apache.lucene.search.Filter implements Serializable |
query
org.apache.lucene.search.MultiTermQuery query
Class org.apache.lucene.search.NumericRangeFilter extends org.apache.lucene.search.MultiTermQueryWrapperFilter<org.apache.lucene.search.NumericRangeQuery<T extends java.lang.Number>> implements Serializable |
Class org.apache.lucene.search.NumericRangeQuery extends org.apache.lucene.search.MultiTermQuery implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
field
java.lang.String field
precisionStep
int precisionStep
valSize
int valSize
min
java.lang.Number min
max
java.lang.Number max
minInclusive
boolean minInclusive
maxInclusive
boolean maxInclusive
Class org.apache.lucene.search.PhraseQuery extends org.apache.lucene.search.Query implements Serializable |
field
java.lang.String field
terms
java.util.ArrayList<E> terms
positions
java.util.ArrayList<E> positions
maxPosition
int maxPosition
slop
int slop
Class org.apache.lucene.search.PrefixFilter extends org.apache.lucene.search.MultiTermQueryWrapperFilter<org.apache.lucene.search.PrefixQuery> implements Serializable |
Class org.apache.lucene.search.PrefixQuery extends org.apache.lucene.search.MultiTermQuery implements Serializable |
prefix
org.apache.lucene.index.Term prefix
Class org.apache.lucene.search.Query extends java.lang.Object implements Serializable |
boost
float boost
Class org.apache.lucene.search.QueryWrapperFilter extends org.apache.lucene.search.Filter implements Serializable |
query
org.apache.lucene.search.Query query
Class org.apache.lucene.search.ScoreDoc extends java.lang.Object implements Serializable |
score
float score
doc
int doc
Class org.apache.lucene.search.Similarity extends java.lang.Object implements Serializable |
Class org.apache.lucene.search.SimilarityDelegator extends org.apache.lucene.search.Similarity implements Serializable |
delegee
org.apache.lucene.search.Similarity delegee
Class org.apache.lucene.search.Sort extends java.lang.Object implements Serializable |
fields
org.apache.lucene.search.SortField[] fields
Class org.apache.lucene.search.SortField extends java.lang.Object implements Serializable |
readObject
private void readObject(java.io.ObjectInputStream arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
field
java.lang.String field
type
int type
locale
java.util.Locale locale
reverse
boolean reverse
parser
org.apache.lucene.search.FieldCache.Parser parser
comparatorSource
org.apache.lucene.search.FieldComparatorSource comparatorSource
Class org.apache.lucene.search.SpanFilter extends org.apache.lucene.search.Filter implements Serializable |
Class org.apache.lucene.search.SpanQueryFilter extends org.apache.lucene.search.SpanFilter implements Serializable |
query
org.apache.lucene.search.spans.SpanQuery query
Class org.apache.lucene.search.TermQuery extends org.apache.lucene.search.Query implements Serializable |
term
org.apache.lucene.index.Term term
Class org.apache.lucene.search.TermRangeFilter extends org.apache.lucene.search.MultiTermQueryWrapperFilter<org.apache.lucene.search.TermRangeQuery> implements Serializable |
Class org.apache.lucene.search.TermRangeQuery extends org.apache.lucene.search.MultiTermQuery implements Serializable |
lowerTerm
java.lang.String lowerTerm
upperTerm
java.lang.String upperTerm
collator
java.text.Collator collator
field
java.lang.String field
includeLower
boolean includeLower
includeUpper
boolean includeUpper
Class org.apache.lucene.search.TermsFilter extends org.apache.lucene.search.Filter implements Serializable |
terms
java.util.Set<E> terms
Class org.apache.lucene.search.TimeLimitingCollector.TimeExceededException extends java.lang.RuntimeException implements Serializable |
timeAllowed
long timeAllowed
timeElapsed
long timeElapsed
lastDocCollected
int lastDocCollected
Class org.apache.lucene.search.TopDocs extends java.lang.Object implements Serializable |
totalHits
int totalHits
scoreDocs
org.apache.lucene.search.ScoreDoc[] scoreDocs
maxScore
float maxScore
Class org.apache.lucene.search.TopFieldDocs extends org.apache.lucene.search.TopDocs implements Serializable |
fields
org.apache.lucene.search.SortField[] fields
Class org.apache.lucene.search.Weight extends java.lang.Object implements Serializable |
Class org.apache.lucene.search.WildcardQuery extends org.apache.lucene.search.MultiTermQuery implements Serializable |
termContainsWildcard
boolean termContainsWildcard
termIsPrefix
boolean termIsPrefix
term
org.apache.lucene.index.Term term
Package org.elasticsearch |
Package org.elasticsearch.action |
validationErrors
java.util.List<E> validationErrors
nodeId
java.lang.String nodeId
Package org.elasticsearch.action.search |
phaseName
java.lang.String phaseName
shardFailures
ShardSearchFailure[] shardFailures
shardTarget
SearchShardTarget shardTarget
reason
java.lang.String reason
Package org.elasticsearch.action.support |
index
java.lang.String index
shardId
int shardId
reason
java.lang.String reason
Package org.elasticsearch.action.support.broadcast |
Package org.elasticsearch.action.support.replication |
Package org.elasticsearch.client.transport |
Package org.elasticsearch.cluster.node |
nodeName
java.lang.String nodeName
nodeId
java.lang.String nodeId
address
TransportAddress address
attributes
ImmutableMap<K,V> attributes
Package org.elasticsearch.cluster.routing |
shard
ShardRouting shard
index
java.lang.String index
shardId
int shardId
currentNodeId
java.lang.String currentNodeId
relocatingNodeId
java.lang.String relocatingNodeId
primary
boolean primary
state
ShardRoutingState state
valid
boolean valid
failures
java.util.List<E> failures
indicesFailures
java.util.Map<K,V> indicesFailures
validation
RoutingTableValidation validation
Package org.elasticsearch.discovery |
Package org.elasticsearch.discovery.zen.ping |
Package org.elasticsearch.env |
Package org.elasticsearch.gateway |
Package org.elasticsearch.http |
Package org.elasticsearch.index |
name
java.lang.String name
index
Index index
Package org.elasticsearch.index.engine |
type
java.lang.String type
id
java.lang.String id
type
java.lang.String type
id
java.lang.String id
phase
int phase
Package org.elasticsearch.index.gateway |
Package org.elasticsearch.index.mapper |
names
java.util.HashSet<E> names
failures
java.lang.String[] failures
match
int match
Package org.elasticsearch.index.query |
Package org.elasticsearch.index.shard |
currentState
IndexShardState currentState
shardId
ShardId shardId
index
Index index
shardId
int shardId
Package org.elasticsearch.index.shard.recovery |
numberOfFiles
int numberOfFiles
totalFilesSize
SizeValue totalFilesSize
Package org.elasticsearch.index.store |
Package org.elasticsearch.index.translog |
Package org.elasticsearch.indices |
Package org.elasticsearch.jmx |
Package org.elasticsearch.monitor.dump |
name
java.lang.String name
Package org.elasticsearch.monitor.jvm |
pid
long pid
vmName
java.lang.String vmName
vmVersion
java.lang.String vmVersion
vmVendor
java.lang.String vmVendor
startTime
long startTime
mem
JvmInfo.Mem mem
inputArguments
java.lang.String[] inputArguments
bootClassPath
java.lang.String bootClassPath
classPath
java.lang.String classPath
systemProperties
java.util.Map<K,V> systemProperties
heapInit
long heapInit
heapMax
long heapMax
nonHeapInit
long nonHeapInit
nonHeapMax
long nonHeapMax
timestamp
long timestamp
uptime
long uptime
mem
JvmStats.Mem mem
threads
JvmStats.Threads threads
gc
JvmStats.GarbageCollectors gc
name
java.lang.String name
collectionCount
long collectionCount
collectionTime
long collectionTime
collectors
JvmStats.GarbageCollector[] collectors
heapCommitted
long heapCommitted
heapUsed
long heapUsed
nonHeapCommitted
long nonHeapCommitted
nonHeapUsed
long nonHeapUsed
count
int count
peakCount
int peakCount
Package org.elasticsearch.monitor.network |
primary
NetworkInfo.Interface primary
name
java.lang.String name
address
java.lang.String address
macAddress
java.lang.String macAddress
timestamp
long timestamp
tcp
NetworkStats.Tcp tcp
activeOpens
long activeOpens
passiveOpens
long passiveOpens
attemptFails
long attemptFails
estabResets
long estabResets
currEstab
long currEstab
inSegs
long inSegs
outSegs
long outSegs
retransSegs
long retransSegs
inErrs
long inErrs
outRsts
long outRsts
Package org.elasticsearch.monitor.os |
cpu
OsInfo.Cpu cpu
mem
OsInfo.Mem mem
swap
OsInfo.Swap swap
vendor
java.lang.String vendor
model
java.lang.String model
mhz
int mhz
totalCores
int totalCores
totalSockets
int totalSockets
coresPerSocket
int coresPerSocket
cacheSize
long cacheSize
total
long total
total
long total
timestamp
long timestamp
loadAverage
double[] loadAverage
uptime
long uptime
cpu
OsStats.Cpu cpu
mem
OsStats.Mem mem
swap
OsStats.Swap swap
sys
short sys
user
short user
idle
short idle
free
long free
freePercent
short freePercent
used
long used
usedPercent
short usedPercent
actualFree
long actualFree
actualUsed
long actualUsed
free
long free
used
long used
Package org.elasticsearch.monitor.process |
id
long id
timestamp
long timestamp
cpu
ProcessStats.Cpu cpu
mem
ProcessStats.Mem mem
fd
ProcessStats.Fd fd
percent
short percent
sys
long sys
user
long user
total
long total
total
long total
totalVirtual
long totalVirtual
resident
long resident
share
long share
Package org.elasticsearch.search |
id
long id
shardTarget
SearchShardTarget shardTarget
nodeId
java.lang.String nodeId
index
java.lang.String index
shardId
int shardId
Package org.elasticsearch.search.builder |
Package org.elasticsearch.search.controller |
shardTarget
SearchShardTarget shardTarget
shardTarget
SearchShardTarget shardTarget
Package org.elasticsearch.search.dfs |
Package org.elasticsearch.search.facets |
Package org.elasticsearch.search.fetch |
Package org.elasticsearch.search.query |
Package org.elasticsearch.threadpool |
type
java.lang.String type
minThreads
int minThreads
maxThreads
int maxThreads
schedulerThreads
int schedulerThreads
poolSize
int poolSize
activeCount
int activeCount
schedulerPoolSize
int schedulerPoolSize
schedulerActiveCount
int schedulerActiveCount
Package org.elasticsearch.transport |
action
java.lang.String action
node
DiscoveryNode node
address
TransportAddress address
action
java.lang.String action
requestId
long requestId
address
BoundTransportAddress address
rxCount
long rxCount
rxSize
long rxSize
txCount
long txCount
txSize
long txSize
Package org.elasticsearch.util |
size
int size
serialVersionUID: -5024744406713321677L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitute the HashSet instance from a stream (that is,
deserialize it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Index the state of this HashSet instance to a stream (that is,
serialize it).
- Serial Data:
- The capacity of the backing HashMap instance
(int), and its load factor (float) are emitted, followed by
the size of the set (the number of elements it contains)
(int), followed by all of its elements (each an Object) in
no particular order.
- Throws:
java.io.IOException
serialVersionUID: -6761513279741915432L
map
java.util.Map<K,V> map
value
double value
size
long size
sizeUnit
SizeUnit sizeUnit
duration
long duration
timeUnit
java.util.concurrent.TimeUnit timeUnit
defaultFormatter
org.joda.time.format.PeriodFormatter defaultFormatter
Package org.elasticsearch.util.collect |
serialVersionUID: 0L
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Serial Data:
- expectedValuesPerKey, number of distinct keys, and then for
each distinct key: the key, number of values for that key, and the
key's values
- Throws:
java.io.IOException
serialVersionUID: 0L
serialVersionUID: 0L
serialVersionUID: 0L
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Serial Data:
- the number of distinct elements, the first element, its count,
the second element, its count, and so on
- Throws:
java.io.IOException
serialVersionUID: 0L
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Serial Data:
- the key class, value class, number of entries, first key, first
value, second key, second value, and so on.
- Throws:
java.io.IOException
serialVersionUID: 0L
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Serial Data:
- the key class, number of entries, first key, first value,
second key, second value, and so on.
- Throws:
java.io.IOException
serialVersionUID: 0L
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Serial Data:
- the
Class<E>
for the enum type, the number of distinct
elements, the first element, its count, the second element, its count,
and so on
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 0L
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Serial Data:
- the number of entries, first key, first value, second key,
second value, and so on.
- Throws:
java.io.IOException
serialVersionUID: 0L
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Serial Data:
- expectedValuesPerKey, number of distinct keys, and then for
each distinct key: the key, number of values for that key, and the
key's values
- Throws:
java.io.IOException
serialVersionUID: 0L
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Serial Data:
- the number of distinct elements, the first element, its count,
the second element, its count, and so on
- Throws:
java.io.IOException
writeReplace
java.lang.Object writeReplace()
writeReplace
java.lang.Object writeReplace()
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.InvalidObjectException
- Throws:
java.io.InvalidObjectException
writeReplace
java.lang.Object writeReplace()
serialVersionUID: 0L
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Serial Data:
- number of distinct keys, and then for each distinct key: the
key, the number of values for that key, and the key's values
- Throws:
java.io.IOException
writeReplace
java.lang.Object writeReplace()
serialVersionUID: 0L
serialVersionUID: 0L
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Serial Data:
- the number of distinct elements, the first element, its count,
the second element, its count, and so on
- Throws:
java.io.IOException
writeReplace
java.lang.Object writeReplace()
writeReplace
java.lang.Object writeReplace()
serialVersionUID: 0L
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Serial Data:
- number of distinct keys, and then for each distinct key: the
key, the number of values for that key, and the key's values
- Throws:
java.io.IOException
serialVersionUID: 0L
writeReplace
java.lang.Object writeReplace()
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.InvalidObjectException
- Throws:
java.io.InvalidObjectException
writeReplace
java.lang.Object writeReplace()
serialVersionUID: 0L
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Serial Data:
- the number of distinct keys, and then for each distinct key:
the first key, the number of values for that key, and the key's values,
followed by successive keys and values from the entries() ordering
- Throws:
java.io.IOException
serialVersionUID: 0L
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Serial Data:
- the number of distinct elements, the first element, its count,
the second element, its count, and so on
- Throws:
java.io.IOException
serialVersionUID: 0L
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Serial Data:
- the number of distinct keys, and then for each distinct key:
the first key, the number of values for that key, and the key's values,
followed by successive keys and values from the entries() ordering
- Throws:
java.io.IOException
serialVersionUID: 0L
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Serial Data:
- key comparator, value comparator, number of distinct keys, and
then for each distinct key: the key, number of values for that key, and
key values
- Throws:
java.io.IOException
serialVersionUID: 0L
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Serial Data:
- the comparator, the number of distinct elements, the first
element, its count, the second element, its count, and so on
- Throws:
java.io.IOException
Package org.elasticsearch.util.concurrent |
serialVersionUID: 1L
Package org.elasticsearch.util.concurrent.highscalelib |
_cat
org.elasticsearch.util.concurrent.highscalelib.ConcurrentAutoTable.CAT _cat
serialVersionUID: 1234123412341234123L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1234123412341234124L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
_opt_for_space
boolean _opt_for_space
_map
NonBlockingHashMap<TypeK,TypeV> _map
serialVersionUID: 1234123412341234123L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1234123412341234123L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1234123412341234123L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Throws:
java.io.IOException
Package org.elasticsearch.util.concurrent.jsr166y |
serialVersionUID: -7721805057305804111L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitutes the instance from a stream.
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Saves the state to a stream.
- Serial Data:
- the current run status and the exception thrown
during execution, or
null
if none
- Throws:
java.io.IOException
status
int status
- Run control status bits packed into a single int to minimize
footprint and to ensure atomicity (via CAS). Status is
initially zero, and takes on nonnegative values until
completed, upon which status holds COMPLETED. CANCELLED, or
EXCEPTIONAL, which use the top 3 bits. Tasks undergoing
blocking waits by other threads have SIGNAL_MASK bits set --
bit 15 for external (nonFJ) waits, and the rest a count of
waiting FJ threads. (This representation relies on
ForkJoinPool max thread limits). Signal counts are not directly
incremented by ForkJoinTask methods, but instead via a call to
requestSignal within ForkJoinPool.preJoin, once their need is
established.
Completion of a stolen task with SIGNAL_MASK bits set awakens
any waiters via notifyAll. Even though suboptimal for some
purposes, we use basic builtin wait/notify to take advantage of
"monitor inflation" in JVMs that we would otherwise need to
emulate to avoid adding further per-task bookkeeping overhead.
We want these monitors to be "fat", i.e., not use biasing or
thin-lock techniques, so use some odd coding idioms that tend
to avoid them.
Note that bits 16-28 are currently unused. Also value
0x80000000 is available as spare completion value.
serialVersionUID: -3223113410248163686L
readObject
private void readObject(java.io.ObjectInputStream s)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reconstitutes the Queue instance from a stream (that is,
deserializes it).
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream s)
throws java.io.IOException
- Saves the state to a stream (that is, serializes it).
- Serial Data:
- All of the elements (each an
E
) in
the proper order, followed by a null
- Throws:
java.io.IOException
serialVersionUID: 5232453952276485070L
serialVersionUID: 5232453952276485270L
result
java.lang.Object result
- The result of the computation.
serialVersionUID: -5851777807851030925L
rnd
long rnd
- The random seed. We can't use super.seed.
initialized
boolean initialized
- Initialization flag to permit the first and only allowed call
to setSeed (inside Random constructor) to succeed. We can't
allow others since it would cause setting seed in one part of a
program to unintentionally impact other usages by the thread.
pad0
long pad0
pad1
long pad1
pad2
long pad2
pad3
long pad3
pad4
long pad4
pad5
long pad5
pad6
long pad6
pad7
long pad7
Package org.elasticsearch.util.gnu.trove |
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: -1792948471915530295L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
_previous
TLinkable _previous
_next
TLinkable _next
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: -3461112548087185871L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
serialVersionUID: 1L
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
Package org.elasticsearch.util.gnu.trove.decorator |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
Package org.elasticsearch.util.http.client |
serialVersionUID: 1L
Package org.elasticsearch.util.http.collection |
serialVersionUID: -4403264592023348398L
firstValue
java.lang.Object firstValue
secondValue
java.lang.Object secondValue
Package org.elasticsearch.util.http.url |
serialVersionUID: 2187287725357847401L
scheme
java.lang.String scheme
host
java.lang.String host
port
int port
path
java.lang.String path
params
java.util.Map<K,V> params
Package org.elasticsearch.util.inject |
serialVersionUID: 0L
messages
ImmutableSet<E> messages
partialValue
java.lang.Object partialValue
serialVersionUID: 0L
messages
ImmutableSet<E> messages
serialVersionUID: 0L
messages
ImmutableSet<E> messages
Package org.elasticsearch.util.inject.internal |
root
Errors root
- The root errors object. Used to access the list of error messages.
parent
Errors parent
- The parent errors object. Used to obtain the chain of source objects.
source
java.lang.Object source
- The leaf source for errors added here.
errors
java.util.List<E> errors
- null unless (root == this) and error messages exist. Never an empty list.
errors
Errors errors
serialVersionUID: 1L
serialVersionUID: 0L
componentType
java.lang.reflect.Type componentType
declaringClass
java.lang.Class<T> declaringClass
name
java.lang.String name
modifiers
int modifiers
synthetic
boolean synthetic
memberType
java.lang.Class<T> memberType
memberKey
java.lang.String memberKey
serialVersionUID: 0L
ownerType
java.lang.reflect.Type ownerType
rawType
java.lang.reflect.Type rawType
typeArguments
java.lang.reflect.Type[] typeArguments
serialVersionUID: 0L
upperBound
java.lang.reflect.Type upperBound
lowerBound
java.lang.reflect.Type lowerBound
Package org.elasticsearch.util.inject.spi |
serialVersionUID: 0L
writeReplace
private java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- When serialized, we eagerly convert sources to strings. This hurts our formatting, but it
guarantees that the receiving end will be able to read the message.
- Throws:
java.io.ObjectStreamException
message
java.lang.String message
cause
java.lang.Throwable cause
sources
java.util.List<E> sources
Package org.elasticsearch.util.jline |
Package org.elasticsearch.util.lucene.all |
allEntries
AllEntries allEntries
analyzer
org.apache.lucene.analysis.Analyzer analyzer
includeSpanScore
boolean includeSpanScore
Package org.elasticsearch.util.lucene.search |
subQuery
org.apache.lucene.search.Query subQuery
boostFactor
float boostFactor
similarity
org.apache.lucene.search.Similarity similarity
likeText
java.lang.String likeText
moreLikeFields
java.lang.String[] moreLikeFields
analyzer
org.apache.lucene.analysis.Analyzer analyzer
percentTermsToMatch
float percentTermsToMatch
minTermFrequency
int minTermFrequency
maxQueryTerms
int maxQueryTerms
stopWords
java.util.Set<E> stopWords
minDocFreq
int minDocFreq
maxDocFreq
int maxDocFreq
minWordLen
int minWordLen
maxWordLen
int maxWordLen
boostTerms
boolean boostTerms
boostTermsFactor
float boostTermsFactor
term
org.apache.lucene.index.Term term
Package org.elasticsearch.util.settings |
Package org.elasticsearch.util.transport |
address
java.net.InetSocketAddress address
id
java.lang.String id
Package org.elasticsearch.util.trove |
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Throws:
java.io.IOException