public abstract class AllocationContextKey extends Object
ByteBuffer
s. There are different implementations depending
on how it makes sense to group data data for a given query.Constructor and Description |
---|
AllocationContextKey() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(Object o)
Must be overridden.
|
abstract int |
hashCode()
Must be overridden.
|
abstract boolean |
hasOperatorScope(int bopId)
Return
true if the allocation context is scoped to the
specified operator. |
public abstract int hashCode()
public abstract boolean equals(Object o)
public abstract boolean hasOperatorScope(int bopId)
true
if the allocation context is scoped to the
specified operator.bopId
- The BOp
identifier.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.