C# Class Lucene.Net.Store.TestBufferedIndexInput.MockFSDirectory

Inheritance: Lucene.Net.Store.Directory
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

Méthode Description
CreateOutput ( string name, IOContext context ) : Lucene.Net.Store.IndexOutput
DeleteFile ( string name ) : void
Dispose ( ) : void
FileExists ( string name ) : bool
FileLength ( string name ) : long
ListAll ( ) : string[]
MockFSDirectory ( DirectoryInfo path, Random rand ) : Lucene.Net.Documents
OpenInput ( string name, IOContext context ) : IndexInput
Sync ( ICollection names ) : void
TweakBufferSizes ( ) : void

Method Details

CreateOutput() public méthode

public CreateOutput ( string name, IOContext context ) : Lucene.Net.Store.IndexOutput
name string
context IOContext
Résultat Lucene.Net.Store.IndexOutput

DeleteFile() public méthode

public DeleteFile ( string name ) : void
name string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FileExists() public méthode

public FileExists ( string name ) : bool
name string
Résultat bool

FileLength() public méthode

public FileLength ( string name ) : long
name string
Résultat long

ListAll() public méthode

public ListAll ( ) : string[]
Résultat string[]

MockFSDirectory() public méthode

public MockFSDirectory ( DirectoryInfo path, Random rand ) : Lucene.Net.Documents
path DirectoryInfo
rand System.Random
Résultat Lucene.Net.Documents

OpenInput() public méthode

public OpenInput ( string name, IOContext context ) : IndexInput
name string
context IOContext
Résultat IndexInput

Sync() public méthode

public Sync ( ICollection names ) : void
names ICollection
Résultat void

TweakBufferSizes() public méthode

public TweakBufferSizes ( ) : void
Résultat void