 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
    var (
	ErrMaxTries = errors.New("Max retries exceeded for request while doing batch mutations.")
)
    
      View Source
      
  
var Live x.SubCommand
    Functions ¶
This section is empty.
Types ¶
type Counter ¶
type Counter struct {
	// Number of RDF's processed by server.
	Rdfs uint64
	// Number of mutations processed by the server.
	TxnsDone uint64
	// Number of Aborts
	Aborts uint64
	// Time elapsed since the batch started.
	Elapsed time.Duration
}
    Counter keeps a track of various parameters about a batch mutation. Running totals are printed if BatchMutationOptions PrintCounters is set to true.
 Click to show internal directories. 
   Click to hide internal directories.