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 protectedAbstractIdProviderByFile(AFile file, long increase, long id) - 
Method Summary
Modifier and Type Method Description protected longcurrent()protected voidinternalInitialize()protected voidinternalUpdateId(long value)protected longnext()protected longprovideDefaultId()protected longreadId()static voidwriteId(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) 
 -