Package de.julielab.genemapper.disambig
Class ContextScoreCacheKey
- java.lang.Object
-
- de.julielab.genemapper.disambig.ContextScoreCacheKey
-
- All Implemented Interfaces:
Serializable
public class ContextScoreCacheKey extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description byte[]contextHashStringfieldCollection<String>idsbooleanloadFieldValue
-
Constructor Summary
Constructors Constructor Description ContextScoreCacheKey(Collection<String> ids, byte[] contextHash, String field, boolean loadFieldValue)
-
-
-
Field Detail
-
ids
public Collection<String> ids
-
contextHash
public byte[] contextHash
-
field
public String field
-
loadFieldValue
public boolean loadFieldValue
-
-
Constructor Detail
-
ContextScoreCacheKey
public ContextScoreCacheKey(Collection<String> ids, byte[] contextHash, String field, boolean loadFieldValue)
-
-