Class AbstractIdProviderByFile
java.lang.Object
one.microstream.persistence.internal.AbstractProviderByFile
one.microstream.persistence.internal.AbstractIdProviderByFile
- Direct Known Subclasses:
FileObjectIdProvider
,FileTypeIdProvider
public abstract class AbstractIdProviderByFile extends AbstractProviderByFile
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractIdProviderByFile(AFile file, long increase, long id)
-
Method Summary
Modifier and Type Method Description protected long
current()
protected void
internalInitialize()
protected void
internalUpdateId(long value)
protected long
next()
protected long
provideDefaultId()
protected long
readId()
static void
writeId(AFile file, long value)
Methods inherited from class one.microstream.persistence.internal.AbstractProviderByFile
canRead, read, write, write
-
Constructor Details
-
Method Details
-
writeId
-
internalInitialize
protected void internalInitialize() -
readId
protected long readId() -
provideDefaultId
protected long provideDefaultId() -
next
protected final long next() -
current
protected final long current() -
internalUpdateId
protected final void internalUpdateId(long value)
-