| org.compass.needle.gigaspaces.store.GigaSpaceDirectory
GigaSpaceDirectory | public class GigaSpaceDirectory extends Directory (Code) | | GigaSpace Directory is a Lucene directory built on top of GigaSpaces.
The direcotry implementation uses
FileEntry as the meta data of a file written to the Space. And one or more
FileBucketEntry to hold the entry data. Note, the bucket size can eb controlled during index creation, but if connecting
to an existing index, the bucket index must be the same.
author: kimchy |
DEFAULT_BUCKET_SIZE | final public static int DEFAULT_BUCKET_SIZE(Code) | | |
GigaSpaceDirectory | public GigaSpaceDirectory(GigaSpace gigaSpace, String indexName)(Code) | | |
GigaSpaceDirectory | public GigaSpaceDirectory(IJSpace space, String indexName)(Code) | | |
GigaSpaceDirectory | public GigaSpaceDirectory(IJSpace space, String indexName, int bucketSize)(Code) | | |
close | public void close() throws IOException(Code) | | Does nothing since an already constructed Space is passes to this
directory.
|
getBucketSize | public int getBucketSize()(Code) | | |
getSpace | public IJSpace getSpace()(Code) | | |
|
|