Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AbstractFlatGarbageCollectorExecutor ¶
type AbstractFlatGarbageCollectorExecutor interface {
Update(string, internaldto.TxnControlCounters, internaldto.TxnControlCounters) error
Collect() error
}
type GarbageCollectorExecutor ¶
type GarbageCollectorExecutor interface {
BrutalGarbageCollectorExecutor
AbstractFlatGarbageCollectorExecutor
}
func GetGarbageCollectorExecutorInstance ¶
func GetGarbageCollectorExecutorInstance( sqlEngine sqlengine.SQLEngine, ns tablenamespace.Collection, system sql_system.SQLSystem, txnStore kstore.KStore, ) (GarbageCollectorExecutor, error)
Idiomatic golang singleton Credit to http://marcio.io/2015/07/singleton-pattern-in-go/
Click to show internal directories.
Click to hide internal directories.