public class ListSnapshot<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
FROM_MEMORY |
static boolean |
FROM_PERSISTED |
| Constructor and Description |
|---|
ListSnapshot(long timestamp,
List<T> values,
boolean fromPersisted) |
public static final boolean FROM_PERSISTED
public static final boolean FROM_MEMORY
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.