Interface IndexStore
- All Superinterfaces:
AutoCloseable
,Closeable
,Iterable<NodeStateEntry>
- All Known Subinterfaces:
ParallelIndexStore
- All Known Implementing Classes:
AheadOfTimeBlobDownloadingFlatFileStore
,FlatFileStore
,IncrementalFlatFileStore
,ParallelTreeStore
,TreeStore
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
long
boolean
iterator()
void
setEntryCount
(long entryCount) Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
iterator
Iterator<NodeStateEntry> iterator()- Specified by:
iterator
in interfaceIterable<NodeStateEntry>
-
getStorePath
String getStorePath() -
getEntryCount
long getEntryCount() -
setEntryCount
void setEntryCount(long entryCount) -
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
getIndexStoreType
String getIndexStoreType() -
isIncremental
boolean isIncremental()
-