class RapidsBufferHandleImpl extends RapidsBufferHandle
- Alphabetic
- By Inheritance
- RapidsBufferHandleImpl
- RapidsBufferHandle
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new RapidsBufferHandleImpl(id: RapidsBufferId, priority: Long)
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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
close(): Unit
- Definition Classes
- RapidsBufferHandleImpl → AutoCloseable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getSpillPriority: Long
Get the spill priority that was associated with this handle.
Get the spill priority that was associated with this handle. Since there can be multiple handles associated with one
RapidsBuffer, the priority returned here is only useful for code in the catalog that updates the maximum priority for the underlyingRapidsBufferas handles are added and removed.- returns
this handle's spill priority
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
id: RapidsBufferId
- Definition Classes
- RapidsBufferHandleImpl → RapidsBufferHandle
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- var priority: Long
-
def
setSpillPriority(newPriority: Long): Unit
Sets the spill priority for this handle and updates the maximum priority for the underlying
RapidsBufferif this new priority is the maximum.Sets the spill priority for this handle and updates the maximum priority for the underlying
RapidsBufferif this new priority is the maximum.- newPriority
new priority for this handle
- Definition Classes
- RapidsBufferHandleImpl → RapidsBufferHandle
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- RapidsBufferHandleImpl → AnyRef → Any
-
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( ... ) @native()