jar

org.apache.hugegraph : hugegraph-common

Maven & Gradle

Feb 10, 2023
28 stars

hugegraph-common · hugegraph-common is a common module for HugeGraph and its peripheral components. hugegraph-common encapsulates locks, configurations, events, iterators, rest and some numeric or collection util classes to simplify the development of HugeGraph and its components.

Table Of Contents

Latest Version

Download org.apache.hugegraph : hugegraph-common JAR file - Latest Versions:

All Versions

Download org.apache.hugegraph : hugegraph-common JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window hugegraph-common-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.hugegraph.concurrent

├─ org.apache.hugegraph.concurrent.AtomicLock.class - [JAR]

├─ org.apache.hugegraph.concurrent.BarrierEvent.class - [JAR]

├─ org.apache.hugegraph.concurrent.KeyLock.class - [JAR]

├─ org.apache.hugegraph.concurrent.LockGroup.class - [JAR]

├─ org.apache.hugegraph.concurrent.LockManager.class - [JAR]

├─ org.apache.hugegraph.concurrent.PausableScheduledThreadPool.class - [JAR]

├─ org.apache.hugegraph.concurrent.RowLock.class - [JAR]

org.apache.hugegraph.event

├─ org.apache.hugegraph.event.Event.class - [JAR]

├─ org.apache.hugegraph.event.EventHub.class - [JAR]

├─ org.apache.hugegraph.event.EventListener.class - [JAR]

org.apache.hugegraph.util

├─ org.apache.hugegraph.util.Bytes.class - [JAR]

├─ org.apache.hugegraph.util.CheckSocket.class - [JAR]

├─ org.apache.hugegraph.util.CollectionUtil.class - [JAR]

├─ org.apache.hugegraph.util.DateUtil.class - [JAR]

├─ org.apache.hugegraph.util.E.class - [JAR]

├─ org.apache.hugegraph.util.ExecutorUtil.class - [JAR]

├─ org.apache.hugegraph.util.HashUtil.class - [JAR]

├─ org.apache.hugegraph.util.InsertionOrderUtil.class - [JAR]

├─ org.apache.hugegraph.util.Log.class - [JAR]

├─ org.apache.hugegraph.util.LongEncoding.class - [JAR]

├─ org.apache.hugegraph.util.NumericUtil.class - [JAR]

├─ org.apache.hugegraph.util.OrderLimitMap.class - [JAR]

├─ org.apache.hugegraph.util.ReflectionUtil.class - [JAR]

├─ org.apache.hugegraph.util.StringUtil.class - [JAR]

├─ org.apache.hugegraph.util.TimeUtil.class - [JAR]

├─ org.apache.hugegraph.util.UnitUtil.class - [JAR]

├─ org.apache.hugegraph.util.VersionUtil.class - [JAR]

org.apache.hugegraph.date

├─ org.apache.hugegraph.date.SafeDateFormat.class - [JAR]

org.apache.hugegraph.perf

├─ org.apache.hugegraph.perf.LightStopwatch.class - [JAR]

├─ org.apache.hugegraph.perf.NormalStopwatch.class - [JAR]

├─ org.apache.hugegraph.perf.PerfUtil.class - [JAR]

├─ org.apache.hugegraph.perf.Stopwatch.class - [JAR]

org.apache.hugegraph.testutil

├─ org.apache.hugegraph.testutil.Assert.class - [JAR]

├─ org.apache.hugegraph.testutil.Whitebox.class - [JAR]

org.apache.hugegraph.version

├─ org.apache.hugegraph.version.CommonVersion.class - [JAR]

org.apache.hugegraph.iterator

├─ org.apache.hugegraph.iterator.BatchMapperIterator.class - [JAR]

├─ org.apache.hugegraph.iterator.CIter.class - [JAR]

├─ org.apache.hugegraph.iterator.ExtendableIterator.class - [JAR]

├─ org.apache.hugegraph.iterator.FilterIterator.class - [JAR]

├─ org.apache.hugegraph.iterator.FlatMapperFilterIterator.class - [JAR]

├─ org.apache.hugegraph.iterator.FlatMapperIterator.class - [JAR]

├─ org.apache.hugegraph.iterator.LimitIterator.class - [JAR]

├─ org.apache.hugegraph.iterator.ListIterator.class - [JAR]

├─ org.apache.hugegraph.iterator.MapperIterator.class - [JAR]

├─ org.apache.hugegraph.iterator.Metadatable.class - [JAR]

├─ org.apache.hugegraph.iterator.WrappedIterator.class - [JAR]

org.apache.hugegraph.license

├─ org.apache.hugegraph.license.LicenseCommonParam.class - [JAR]

├─ org.apache.hugegraph.license.LicenseCreateParam.class - [JAR]

├─ org.apache.hugegraph.license.LicenseExtraParam.class - [JAR]

├─ org.apache.hugegraph.license.LicenseInstallParam.class - [JAR]

├─ org.apache.hugegraph.license.LicenseManager.class - [JAR]

├─ org.apache.hugegraph.license.LicenseManagerFactory.class - [JAR]

├─ org.apache.hugegraph.license.LicenseParams.class - [JAR]

├─ org.apache.hugegraph.license.MachineInfo.class - [JAR]

org.apache.hugegraph.rest

├─ org.apache.hugegraph.rest.AbstractRestClient.class - [JAR]

├─ org.apache.hugegraph.rest.ClientException.class - [JAR]

├─ org.apache.hugegraph.rest.RestClient.class - [JAR]

├─ org.apache.hugegraph.rest.RestResult.class - [JAR]

├─ org.apache.hugegraph.rest.SerializeException.class - [JAR]

org.apache.hugegraph.func

├─ org.apache.hugegraph.func.TriFunction.class - [JAR]

org.apache.hugegraph.config

├─ org.apache.hugegraph.config.ConfigConvOption.class - [JAR]

├─ org.apache.hugegraph.config.ConfigException.class - [JAR]

├─ org.apache.hugegraph.config.ConfigListConvOption.class - [JAR]

├─ org.apache.hugegraph.config.ConfigListOption.class - [JAR]

├─ org.apache.hugegraph.config.ConfigOption.class - [JAR]

├─ org.apache.hugegraph.config.HugeConfig.class - [JAR]

├─ org.apache.hugegraph.config.OptionChecker.class - [JAR]

├─ org.apache.hugegraph.config.OptionHolder.class - [JAR]

├─ org.apache.hugegraph.config.OptionSpace.class - [JAR]

├─ org.apache.hugegraph.config.TypedOption.class - [JAR]