C# Class Demo.Application.Riak.Checkpoints.RiakCompetes

Inheritance: IManageCompetes
Mostrar archivo Open project: volak/DDD.Enterprise.Example

Public Methods

Method Description
Adopt ( String endpoint, Int32 bucket, System.DateTime Timestamp ) : System.Boolean
CheckOrSave ( string endpoint, Int32 bucket, long position ) : bool
Heartbeat ( string endpoint, Int32 bucket, System.DateTime Timestamp, long position ) : void
LastHeartbeat ( string endpoint, Int32 bucket ) : DateTime?
LastPosition ( string endpoint, Int32 bucket ) : long
RiakCompetes ( IRiakClient riak ) : Aggregates

Method Details

Adopt() public method

public Adopt ( String endpoint, Int32 bucket, System.DateTime Timestamp ) : System.Boolean
endpoint String
bucket System.Int32
Timestamp System.DateTime
return System.Boolean

CheckOrSave() public method

public CheckOrSave ( string endpoint, Int32 bucket, long position ) : bool
endpoint string
bucket System.Int32
position long
return bool

Heartbeat() public method

public Heartbeat ( string endpoint, Int32 bucket, System.DateTime Timestamp, long position ) : void
endpoint string
bucket System.Int32
Timestamp System.DateTime
position long
return void

LastHeartbeat() public method

public LastHeartbeat ( string endpoint, Int32 bucket ) : DateTime?
endpoint string
bucket System.Int32
return DateTime?

LastPosition() public method

public LastPosition ( string endpoint, Int32 bucket ) : long
endpoint string
bucket System.Int32
return long

RiakCompetes() public method

public RiakCompetes ( IRiakClient riak ) : Aggregates
riak IRiakClient
return Aggregates