fixed most remaining failing tests for persistence
This commit is contained in:
parent
011aee43d2
commit
800f3bc917
7 changed files with 326 additions and 171 deletions
|
|
@ -20,7 +20,10 @@ public class PersistentStateful {
|
|||
return (String) vectorState.get(index);
|
||||
}
|
||||
|
||||
|
||||
public int getVectorLength() {
|
||||
return vectorState.length();
|
||||
}
|
||||
|
||||
public String getRefState() {
|
||||
if (refState.isDefined()) {
|
||||
return (String) refState.get().get();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue