Simple properties
Gaffer supports the storage of some common Java objects as properties on entities and edges. These include Integer, Long, Double, Float, Boolean, Date, String, byte[] and TreeSet
Gaffer also provides a FreqMap
property. This is a map from string to long.
The Getting started documentation includes examples of how to use these properties.