Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
func NewEngine ¶
func NewEngine(opts EngineOpts) *Engine
type EngineOpts ¶
type EngineOpts struct {
ScheduledTxnChan <-chan *pb.Transaction
DoneTxnChan chan<- *pb.Transaction
PartitionedStore util.PartitionedDataStore
Srvr *grpc.Server
ConnCache util.ConnectionCache
Cip util.ClusterInfoProvider
NumWorkers int
Logger *log.Entry
}
Click to show internal directories.
Click to hide internal directories.