C# Class CqlSharp.Network.Partition.ByteArrayToken

Inheritance: IToken
显示文件 Open project: reuzel/CqlSharp Class Usage Examples

Public Methods

Method Description
CompareTo ( object obj ) : int
Equals ( object obj ) : bool
GetHashCode ( ) : int
Parse ( byte partitionKey ) : void
Parse ( string tokenStr ) : void

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Parse() public method

public Parse ( byte partitionKey ) : void
partitionKey byte
return void

Parse() public method

public Parse ( string tokenStr ) : void
tokenStr string
return void