org
.
apache
.
spark
.
sql
.
collection
SegmentMap
Related Docs:
object SegmentMap
|
package collection
trait
SegmentMap
[
K
,
V
]
extends
ReentrantReadWriteLock
Linear Supertypes
ReentrantReadWriteLock
,
Serializable
,
ReadWriteLock
,
AnyRef
,
Any
Known Subclasses
MultiColumnOpenHashMap
,
ReservoirRegionSegmentMap
Ordering
Alphabetic
By Inheritance
Inherited
SegmentMap
ReentrantReadWriteLock
Serializable
ReadWriteLock
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Abstract Value Members
abstract
def
apply
(
k:
K
,
hash:
Int
)
:
V
abstract
def
changeValue
(
k:
K
,
hash:
Int
,
change:
ChangeValue
[
K
,
V
]
,
isLocal:
Boolean
)
:
Boolean
abstract
def
contains
(
k:
K
,
hash:
Int
)
:
Boolean
abstract
def
foldEntries
[
U
]
(
init:
U
,
copyIfRequired:
Boolean
,
f: (
K
,
V
,
U
) ⇒
U
)
:
U
abstract
def
foldValues
[
U
]
(
init:
U
,
f: (
Int
,
V
,
U
) ⇒
U
,
reset:
Boolean
=
false
)
:
U
abstract
def
isEmpty
:
Boolean
abstract
def
iterator
:
Iterator
[(
K
,
V
)]
abstract
def
size
:
Int
abstract
def
update
(
k:
K
,
hash:
Int
,
v:
V
)
:
Boolean
abstract
def
valuesIterator
:
Iterator
[
V
]
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
beforeSegmentEnd
()
:
AnyRef
def
clearBucket
()
:
Unit
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getOwner
()
:
Thread
Attributes
protected[
java.util.concurrent.locks
]
Definition Classes
ReentrantReadWriteLock
final
def
getQueueLength
()
:
Int
Definition Classes
ReentrantReadWriteLock
def
getQueuedReaderThreads
()
:
Collection
[
Thread
]
Attributes
protected[
java.util.concurrent.locks
]
Definition Classes
ReentrantReadWriteLock
def
getQueuedThreads
()
:
Collection
[
Thread
]
Attributes
protected[
java.util.concurrent.locks
]
Definition Classes
ReentrantReadWriteLock
def
getQueuedWriterThreads
()
:
Collection
[
Thread
]
Attributes
protected[
java.util.concurrent.locks
]
Definition Classes
ReentrantReadWriteLock
def
getReadHoldCount
()
:
Int
Definition Classes
ReentrantReadWriteLock
def
getReadLockCount
()
:
Int
Definition Classes
ReentrantReadWriteLock
def
getWaitQueueLength
(
arg0:
Condition
)
:
Int
Definition Classes
ReentrantReadWriteLock
def
getWaitingThreads
(
arg0:
Condition
)
:
Collection
[
Thread
]
Attributes
protected[
java.util.concurrent.locks
]
Definition Classes
ReentrantReadWriteLock
def
getWriteHoldCount
()
:
Int
Definition Classes
ReentrantReadWriteLock
final
def
hasQueuedThread
(
arg0:
Thread
)
:
Boolean
Definition Classes
ReentrantReadWriteLock
final
def
hasQueuedThreads
()
:
Boolean
Definition Classes
ReentrantReadWriteLock
def
hasWaiters
(
arg0:
Condition
)
:
Boolean
Definition Classes
ReentrantReadWriteLock
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isFair
()
:
Boolean
Definition Classes
ReentrantReadWriteLock
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isWriteLocked
()
:
Boolean
Definition Classes
ReentrantReadWriteLock
def
isWriteLockedByCurrentThread
()
:
Boolean
Definition Classes
ReentrantReadWriteLock
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
readLock
()
:
ReadLock
Definition Classes
ReentrantReadWriteLock → ReadWriteLock
def
segmentEnd
(
beforeResult:
AnyRef
)
:
Unit
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
ReentrantReadWriteLock → AnyRef → Any
var
valid
:
Boolean
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
writeLock
()
:
WriteLock
Definition Classes
ReentrantReadWriteLock → ReadWriteLock
Inherited from
ReentrantReadWriteLock
Inherited from
Serializable
Inherited from
ReadWriteLock
Inherited from
AnyRef
Inherited from
Any
Ungrouped