接口 ListenerConf.PositionOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      int getClintId()
      int32 clintId = 8;
      String getFileName()
      string fileName = 2;
      com.google.protobuf.ByteString getFileNameBytes()
      string fileName = 2;
      String getGtids()
      string gtids = 1;
      com.google.protobuf.ByteString getGtidsBytes()
      string gtids = 1;
      long getMasterServerId()
      int64 masterServerId = 4;
      long getPos()
      int64 pos = 3;
      String getServerIp()
      string serverIp = 7;
      com.google.protobuf.ByteString getServerIpBytes()
      string serverIp = 7;
      long getTime()
      int64 time = 5;
      String getTimeStr()
      string timeStr = 6;
      com.google.protobuf.ByteString getTimeStrBytes()
      string timeStr = 6;
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • getGtids

        String getGtids()
        string gtids = 1;
      • getGtidsBytes

        com.google.protobuf.ByteString getGtidsBytes()
        string gtids = 1;
      • getFileName

        String getFileName()
        string fileName = 2;
      • getFileNameBytes

        com.google.protobuf.ByteString getFileNameBytes()
        string fileName = 2;
      • getPos

        long getPos()
        int64 pos = 3;
      • getMasterServerId

        long getMasterServerId()
        int64 masterServerId = 4;
      • getTime

        long getTime()
        int64 time = 5;
      • getTimeStr

        String getTimeStr()
        string timeStr = 6;
      • getTimeStrBytes

        com.google.protobuf.ByteString getTimeStrBytes()
        string timeStr = 6;
      • getServerIp

        String getServerIp()
        string serverIp = 7;
      • getServerIpBytes

        com.google.protobuf.ByteString getServerIpBytes()
        string serverIp = 7;
      • getClintId

        int getClintId()
        int32 clintId = 8;