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)
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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