public interface GenerationalCounterService<KEY>
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
clears all generations mappings
|
long[] |
getGenerations(KEY[] type,
java.lang.String tenant)
gets a latest generation for given type
|
void |
incrementGeneration(KEY type,
java.lang.String tenant)
increments a generation by one for given type
|
long[] getGenerations(KEY[] type, java.lang.String tenant)
void incrementGeneration(KEY type, java.lang.String tenant)
void clear()
Copyright © 2018 SAP SE. All Rights Reserved.