All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ksyun.client.krds.slowlogdetail.v20160701.SlowLogDetailRequest Maven / Gradle / Ivy

Go to download

The KSYUN Web Services SDK for Java provides Java APIs for building software on KSYUN' cost-effective, scalable, and reliable infrastructure products. The KSYUN Java SDK allows developers to code against APIs for all of KSYUN's infrastructure web services (KSC S3, KSC KEC, KSC RDS etc).

The newest version!
package ksyun.client.krds.slowlogdetail.v20160701;

import common.annotation.KsYunField;
import lombok.Data;

/**
 * @Classname SlowLogDetailRequest
 * @Description 请求参数
 */
@Data
public class SlowLogDetailRequest {
    /**
     * 实例ID
     */
    @KsYunField(name = "DBInstanceIdentifier")
    private String DBInstanceIdentifier;

    /**
     * 时间区间开始
     * yyyy-MM-dd HH:mm:ss
     */
    @KsYunField(name = "StartTime")
    private String StartTime;

    /**
     * 时间区间结束
     * yyyy-MM-dd HH:mm:ss
     */
    @KsYunField(name = "EndTime")
    private String EndTime;

    /**
     * 排序字段
     * 

* sqlExecTimeStamp:执行完成时间 * currentUser:用户 * hostname:客户端ip * queryTime: 执行耗时 * lockTime:锁等待时间 * rowsExamined:扫描行 * rowsSent:返回行 */ @KsYunField(name = "SortBy") private String SortBy; /** * 排序规则 * 1-正序 2-倒序 */ @KsYunField(name = "SortWay") private String SortWay; /** * 多选匹配 * 以INSERT、UPDATE、DELETE、SELECT为首进行匹配,支持多选以|隔开,例如:HeadKey: SELECT|IN */ @KsYunField(name = "HeadKey") private String HeadKey; /** * 具体模板 */ @KsYunField(name = "FingerPrint") private String FingerPrint; /** * 标识 */ @KsYunField(name = "checksum") private String Checksum; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy