C# 클래스 Apache.Hadoop.Hbase.Thrift.Hbase.scannerOpenWithStopTs_args

파일 보기 프로젝트 열기: charliem/OCM

공개 프로퍼티들

프로퍼티 타입 설명
__isset Isset
columns List
startRow byte[]
stopRow byte[]
tableName byte[]
timestamp long

공개 메소드들

메소드 설명
Read ( TProtocol iprot ) : void
ToString ( ) : string
Write ( TProtocol oprot ) : void
scannerOpenWithStopTs_args ( ) : System

메소드 상세

Read() 공개 메소드

public Read ( TProtocol iprot ) : void
iprot Thrift.Protocol.TProtocol
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

public Write ( TProtocol oprot ) : void
oprot Thrift.Protocol.TProtocol
리턴 void

scannerOpenWithStopTs_args() 공개 메소드

public scannerOpenWithStopTs_args ( ) : System
리턴 System

프로퍼티 상세

__isset 공개적으로 프로퍼티

public Isset __isset
리턴 Isset

columns 공개적으로 프로퍼티

public List columns
리턴 List

startRow 공개적으로 프로퍼티

public byte[] startRow
리턴 byte[]

stopRow 공개적으로 프로퍼티

public byte[] stopRow
리턴 byte[]

tableName 공개적으로 프로퍼티

public byte[] tableName
리턴 byte[]

timestamp 공개적으로 프로퍼티

public long timestamp
리턴 long