- java.lang.Object
-
- com.spotify.folsom.GetResult<V>
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
private long |
cas |
private V |
value |
-
Constructor Summary
Constructors
| Modifier |
Constructor and Description |
private |
GetResult(V value,
long cas) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
value
private final V value
-
cas
private final long cas
-
Method Detail
-
getValue
public V getValue()
-
getCas
public long getCas()
-
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2020 Spotify AB. All Rights Reserved.