Log

trait Log

A log that is passed along during the fetch rounds to record a fetch execution. It holds the a list of rounds that have been executed.

A log that is passed along during the fetch rounds to record a fetch execution. It holds the a list of rounds that have been executed.

class Object
trait Matchable
class Any
class FetchLog

Value members

Abstract methods

def append(round: Round): Log
def rounds: List[Round]