C# Class Sixeyed.MessagingPoweredFrontEnd.Handlers.Persistence.Data.MailTable

Mail messages create 'mail', 'm' Row key = {userId}|{mailPeriod} m = messages m:{timestamp} = {content}
Afficher le fichier Open project: sixeyed/messaging-frontend Class Usage Examples

Méthodes publiques

Méthode Description
MailTable ( IStargate client ) : System
PutNew ( string from, string content, System.DateTime date ) : void

Méthodes protégées

Méthode Description
GetIdentifier ( string rowKey, string column, string qualifier ) : HBase.Stargate.Client.Models.Identifier

Private Methods

Méthode Description
ToUnixMilliseconds ( System.DateTime dateTime ) : long

Method Details

GetIdentifier() protected méthode

protected GetIdentifier ( string rowKey, string column, string qualifier ) : HBase.Stargate.Client.Models.Identifier
rowKey string
column string
qualifier string
Résultat HBase.Stargate.Client.Models.Identifier

MailTable() public méthode

public MailTable ( IStargate client ) : System
client IStargate
Résultat System

PutNew() public méthode

public PutNew ( string from, string content, System.DateTime date ) : void
from string
content string
date System.DateTime
Résultat void