Modifier and Type | Method and Description |
---|---|
default void |
TokenStore.initializeSegment(TrackingToken token,
String processorName,
int segment)
Initializes a segment with given
segment for the processor with given processorName to contain
the given token . |
Modifier and Type | Method and Description |
---|---|
void |
InMemoryTokenStore.initializeSegment(TrackingToken token,
String processorName,
int segment) |
Modifier and Type | Method and Description |
---|---|
void |
JdbcTokenStore.initializeSegment(TrackingToken token,
String processorName,
int segment) |
Modifier and Type | Method and Description |
---|---|
void |
JpaTokenStore.initializeSegment(TrackingToken token,
String processorName,
int segment) |
Copyright © 2010–2023. All rights reserved.