C# 클래스 Lucene.Net.Store.IOContext

IOContext holds additional details on the merge/search context. A IOContext object can never be initialized as null as passed as a parameter to either Lucene.Net.Store.Directory#openInput(String, IOContext) or Lucene.Net.Store.Directory#createOutput(String, IOContext)
파일 보기 프로젝트 열기: paulirwin/lucene.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Context Context_e
DEFAULT IOContext
FlushInfo Lucene.Net.Store.FlushInfo
MergeInfo Lucene.Net.Store.MergeInfo
READ IOContext
READONCE IOContext
ReadOnce bool

공개 메소드들

메소드 설명
ContextValues ( ) : IEnumerable
Equals ( object obj ) : bool
GetHashCode ( ) : int
IOContext ( ) : System.Collections.Generic
IOContext ( Context_e context ) : System.Collections.Generic
IOContext ( Lucene.Net.Store.FlushInfo flushInfo ) : System.Collections.Generic
IOContext ( IOContext ctxt, bool readOnce ) : System.Collections.Generic

this constructor is used to initialize a IOContext instance with a new value for the readOnce variable.

IOContext ( Lucene.Net.Store.MergeInfo mergeInfo ) : System.Collections.Generic
ToString ( ) : string

비공개 메소드들

메소드 설명
IOContext ( Context_e context, Lucene.Net.Store.MergeInfo mergeInfo ) : System.Collections.Generic
IOContext ( bool readOnce ) : System.Collections.Generic

메소드 상세

ContextValues() 공개 정적인 메소드

public static ContextValues ( ) : IEnumerable
리턴 IEnumerable

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IOContext() 공개 메소드

public IOContext ( ) : System.Collections.Generic
리턴 System.Collections.Generic

IOContext() 공개 메소드

public IOContext ( Context_e context ) : System.Collections.Generic
context Context_e
리턴 System.Collections.Generic

IOContext() 공개 메소드

public IOContext ( Lucene.Net.Store.FlushInfo flushInfo ) : System.Collections.Generic
flushInfo Lucene.Net.Store.FlushInfo
리턴 System.Collections.Generic

IOContext() 공개 메소드

this constructor is used to initialize a IOContext instance with a new value for the readOnce variable.
public IOContext ( IOContext ctxt, bool readOnce ) : System.Collections.Generic
ctxt IOContext object whose information is used to create the new instance except the readOnce variable.
readOnce bool The new object will use this value for readOnce.
리턴 System.Collections.Generic

IOContext() 공개 메소드

public IOContext ( Lucene.Net.Store.MergeInfo mergeInfo ) : System.Collections.Generic
mergeInfo Lucene.Net.Store.MergeInfo
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Context 공개적으로 프로퍼티

An object of a enumerator Context type
public Context_e Context
리턴 Context_e

DEFAULT 공개적으로 정적으로 프로퍼티

public static IOContext,Lucene.Net.Store DEFAULT
리턴 IOContext

FlushInfo 공개적으로 프로퍼티

public FlushInfo,Lucene.Net.Store FlushInfo
리턴 Lucene.Net.Store.FlushInfo

MergeInfo 공개적으로 프로퍼티

public MergeInfo,Lucene.Net.Store MergeInfo
리턴 Lucene.Net.Store.MergeInfo

READ 공개적으로 정적으로 프로퍼티

public static IOContext,Lucene.Net.Store READ
리턴 IOContext

READONCE 공개적으로 정적으로 프로퍼티

public static IOContext,Lucene.Net.Store READONCE
리턴 IOContext

ReadOnce 공개적으로 프로퍼티

public bool ReadOnce
리턴 bool