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

파일 보기 프로젝트 열기: charliem/OCM 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
__isset Isset
blockCacheEnabled bool
bloomFilterNbHashes int
bloomFilterType string
bloomFilterVectorSize int
compression string
inMemory bool
maxValueLength int
maxVersions int
name byte[]
timeToLive int

공개 메소드들

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

메소드 상세

ColumnDescriptor() 공개 메소드

public ColumnDescriptor ( ) : System
리턴 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

프로퍼티 상세

__isset 공개적으로 프로퍼티

public Isset __isset
리턴 Isset

blockCacheEnabled 공개적으로 프로퍼티

public bool blockCacheEnabled
리턴 bool

bloomFilterNbHashes 공개적으로 프로퍼티

public int bloomFilterNbHashes
리턴 int

bloomFilterType 공개적으로 프로퍼티

public string bloomFilterType
리턴 string

bloomFilterVectorSize 공개적으로 프로퍼티

public int bloomFilterVectorSize
리턴 int

compression 공개적으로 프로퍼티

public string compression
리턴 string

inMemory 공개적으로 프로퍼티

public bool inMemory
리턴 bool

maxValueLength 공개적으로 프로퍼티

public int maxValueLength
리턴 int

maxVersions 공개적으로 프로퍼티

public int maxVersions
리턴 int

name 공개적으로 프로퍼티

public byte[] name
리턴 byte[]

timeToLive 공개적으로 프로퍼티

public int timeToLive
리턴 int