C# Class Classic.CPB

Inheritance: Buffer
Show file Open project: JoinPatterns/ScalableJoins

Public Methods

Method Description
CPB ( ) : Microsoft.Research.Joins.Classic
get ( ) : PAYLOAD
put ( PAYLOAD s ) : void

Method Details

CPB() public method

public CPB ( ) : Microsoft.Research.Joins.Classic
return Microsoft.Research.Joins.Classic

get() public method

public get ( ) : PAYLOAD
return PAYLOAD

put() public method

public put ( PAYLOAD s ) : void
s PAYLOAD
return void