Class OMurmurHash3HashFunction<V>

java.lang.Object
com.orientechnologies.orient.core.storage.index.hashindex.local.OMurmurHash3HashFunction<V>
All Implemented Interfaces:
OHashFunction<V>

public class OMurmurHash3HashFunction<V> extends Object implements OHashFunction<V>
Since:
12.03.13
Author:
Andrey Lomakin (a.lomakin-at-orientdb.com)
  • Constructor Details

    • OMurmurHash3HashFunction

      public OMurmurHash3HashFunction(OBinarySerializer<V> valueSerializer)
  • Method Details