org
.
apache
.
spark
.
sql
.
execution
.
columnar
.
impl
StoreCallbacksImpl
Related Doc:
package impl
object
StoreCallbacksImpl
extends
StoreCallbacks
with
Logging
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Logging
,
StoreCallbacks
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
StoreCallbacksImpl
Serializable
Serializable
Logging
StoreCallbacks
AnyRef
Any
Hide All
Show All
Visibility
Public
All
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
def
acquireStorageMemory
(
objectName:
String
,
numBytes:
Long
,
buffer:
UMMMemoryTracker
,
shouldEvict:
Boolean
,
offHeap:
Boolean
)
:
Boolean
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
checkSchemaPermission
(
schemaName:
String
,
currentUser:
String
)
:
String
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
clearConnectionPools
()
:
Unit
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
clearSessionCache
(
onlyQueryPlanCache:
Boolean
=
false
)
:
Unit
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
columnBatchTableName
(
table:
String
)
:
String
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
columnTableScan
(
columnTable:
String
,
projection:
Array
[
Int
]
,
serializedFilters:
Array
[
Byte
]
,
bucketIds:
Set
[
Integer
]
)
:
CloseableIterator
[
ColumnTableEntry
]
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
Annotations
@throws
(
classOf[SQLException]
)
def
createColumnBatch
(
region:
BucketRegion
,
bucketID:
Int
)
:
Set
[
AnyRef
]
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
dropStorageMemory
(
objectName:
String
,
ignoreBytes:
Long
)
:
Unit
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
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
getExecutionPoolSize
(
offHeap:
Boolean
)
:
Long
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
getExecutionPoolUsedMemory
(
offHeap:
Boolean
)
:
Long
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
getHashCodeSnappy
(
dvds:
Array
[
AnyRef
]
,
numPartitions:
Int
)
:
Int
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
getHashCodeSnappy
(
dvd:
Any
,
numPartitions:
Int
)
:
Int
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
getInternalTableSchemas
()
:
List
[
String
]
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
getLastIndexOfRow
(
o:
AnyRef
)
:
Int
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
getLeadClassLoader
()
:
URLClassLoader
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
getOffHeapMemory
(
objectName:
String
)
:
Long
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
getSnappyTableStats
()
:
AnyRef
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
getStoragePoolSize
(
offHeap:
Boolean
)
:
Long
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
getStoragePoolUsedMemory
(
offHeap:
Boolean
)
:
Long
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
hasOffHeap
()
:
Boolean
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
initMemoryStats
(
stats:
MemoryManagerStats
)
:
Unit
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
initializeLogIfNecessary
()
:
Unit
Attributes
protected
Definition Classes
Logging
def
invokeColumnStorePutCallbacks
(
bucket:
BucketRegion
,
events:
Array
[
EntryEventImpl
]
)
:
Unit
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
isColumnTable
(
qualifiedName:
String
)
:
Boolean
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
final
def
isDebugEnabled
:
Boolean
Definition Classes
Logging
final
def
isInfoEnabled
:
Boolean
Definition Classes
Logging
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isSnappyStore
()
:
Boolean
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
final
def
isTraceEnabled
:
Boolean
Definition Classes
Logging
final
var
levelFlags
:
Int
Attributes
protected
Definition Classes
Logging
def
log
:
Logger
Attributes
protected
Definition Classes
Logging
def
logDebug
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Definition Classes
Logging
def
logDebug
(
msg: ⇒
String
)
:
Unit
Definition Classes
Logging
def
logError
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Definition Classes
Logging
def
logError
(
msg: ⇒
String
)
:
Unit
Definition Classes
Logging
def
logInfo
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Definition Classes
Logging
def
logInfo
(
msg: ⇒
String
)
:
Unit
Definition Classes
Logging
def
logMemoryStats
()
:
Unit
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
logName
:
String
Attributes
protected
Definition Classes
Logging
def
logTrace
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Definition Classes
Logging
def
logTrace
(
msg: ⇒
String
)
:
Unit
Definition Classes
Logging
def
logWarning
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Definition Classes
Logging
def
logWarning
(
msg: ⇒
String
)
:
Unit
Definition Classes
Logging
final
var
log_
:
Logger
Attributes
protected
Definition Classes
Logging
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
refreshPolicies
(
ldapGroup:
String
)
:
Unit
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
registerCatalogSchemaChange
()
:
Unit
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
registerTypes
()
:
Unit
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
releaseStorageMemory
(
objectName:
String
,
numBytes:
Long
,
offHeap:
Boolean
)
:
Unit
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
removeSampler
(
sampleTableName:
String
)
:
Unit
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
resetLogger
()
:
Unit
Attributes
protected
Definition Classes
Logging
def
resetMemoryManager
()
:
Unit
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
shouldStopRecovery
()
:
Boolean
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
def
skipEvictionForEntry
(
entry:
LRUEntry
)
:
Boolean
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
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
(
...
)
def
waitForRuntimeManager
(
maxWaitMillis:
Long
)
:
Unit
Definition Classes
StoreCallbacksImpl
→ StoreCallbacks
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Logging
Inherited from
StoreCallbacks
Inherited from
AnyRef
Inherited from
Any
Ungrouped