Package org.evrete.api
Interface SharedBetaFactStorage
- All Superinterfaces:
KeyReIterables<ValueRow>,Memory
public interface SharedBetaFactStorage extends Memory, KeyReIterables<ValueRow>
-
Method Summary
Modifier and Type Method Description voidclear()default voidclearDeletedKeys()Deprecated.default voiddelete(Collection<? extends RuntimeFact> collection, Predicate<RuntimeFact> predicate)Deprecated.voiddelete(RuntimeFact fact)voidensureDeltaCapacity(int insertCount)default booleanhasDeletedKeys()Deprecated.default voidinsert(Collection<? extends RuntimeFact> collection, Predicate<RuntimeFact> predicate)Deprecated.voidinsert(RuntimeFact fact)default booleanisKeyDeleted(ValueRow row)Deprecated.Methods inherited from interface org.evrete.api.KeyReIterables
keyIterables, keyIterators, keyIterators, keyIterators
-
Method Details
-
ensureDeltaCapacity
void ensureDeltaCapacity(int insertCount) -
insert
@Deprecated default void insert(Collection<? extends RuntimeFact> collection, Predicate<RuntimeFact> predicate)Deprecated. -
delete
-
insert
-
delete
@Deprecated default void delete(Collection<? extends RuntimeFact> collection, Predicate<RuntimeFact> predicate)Deprecated. -
clearDeletedKeys
Deprecated. -
hasDeletedKeys
Deprecated. -
isKeyDeleted
Deprecated. -
clear
void clear()
-