public class Utils extends Object
构造器和说明 |
---|
Utils() |
public static SearchQuery toSearchQuery(SearchParameter searchParam)
public static Row metaToRow(TimelineMeta meta)
public static RowPutChange messageToRowPutChange(String tableName, PrimaryKey primaryKey, TimelineMessage message)
public static RowPutChangeWithCallback messageToNewRowPutChange(String tableName, PrimaryKey primaryKey, TimelineMessage message)
public static PrimaryKey identifierToPrimaryKeyWithSequenceId(TimelineIdentifier identifier, String seqColName, long sequenceId, boolean isAutoIncrement)
public static PrimaryKey identifierToPrimaryKey(TimelineIdentifier identifier)
public static TimelineIdentifier primaryKeyToIdentifier(TimelineIdentifierSchema identifierSchema, PrimaryKey primaryKey)
public static TimelineMeta rowToMeta(TimelineIdentifierSchema identifierSchema, Row row)
public static TimelineEntry rowToTimelineEntry(TimelineSchema schema, Row row)
public static TimelineEntry rowToTimelineEntryWithMessage(TimelineSchema schema, Row row, TimelineMessage message)
public static TimelineEntry rowToTimelineEntryWithColumnList(TimelineSchema schema, Row row, List<Column> columnList)
public static TimelineException convertException(Exception e)
public static String getLocalIP()
public static String getProcessID()
Copyright © 2019. All Rights Reserved.