Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

AbstractRestClient - Class in com.baidu.hugegraph.rest
 
AbstractRestClient(String, int) - Constructor for class com.baidu.hugegraph.rest.AbstractRestClient
 
AbstractRestClient(String, String, String, int) - Constructor for class com.baidu.hugegraph.rest.AbstractRestClient
 
AbstractRestClient(String, int, int, int) - Constructor for class com.baidu.hugegraph.rest.AbstractRestClient
 
AbstractRestClient(String, int, int, int, int) - Constructor for class com.baidu.hugegraph.rest.AbstractRestClient
 
AbstractRestClient(String, String, String, int, int, int) - Constructor for class com.baidu.hugegraph.rest.AbstractRestClient
 
AbstractRestClient(String, String, String, int, int, int, String, String) - Constructor for class com.baidu.hugegraph.rest.AbstractRestClient
 
AbstractRestClient(String, String, int) - Constructor for class com.baidu.hugegraph.rest.AbstractRestClient
 
AbstractRestClient(String, String, int, int, int) - Constructor for class com.baidu.hugegraph.rest.AbstractRestClient
 
AbstractRestClient(String, String, int, int, int, String, String) - Constructor for class com.baidu.hugegraph.rest.AbstractRestClient
 
AbstractRestClient(String, ClientConfig) - Constructor for class com.baidu.hugegraph.rest.AbstractRestClient
 
AbstractRestClient.BearerRequestFilter - Class in com.baidu.hugegraph.rest
 
AbstractRestClient.HostNameVerifier - Class in com.baidu.hugegraph.rest
 
accept(T) - Method in interface com.baidu.hugegraph.testutil.Assert.ThrowableConsumer
 
addProperty(String, Object) - Method in class com.baidu.hugegraph.config.HugeConfig
 
allowValues(O...) - Static method in class com.baidu.hugegraph.config.OptionChecker
 
allUnique(Collection<?>) - Static method in class com.baidu.hugegraph.util.CollectionUtil
 
ANY_EVENT - Static variable in class com.baidu.hugegraph.event.EventHub
 
apply(T1, T2, T3) - Method in interface com.baidu.hugegraph.func.TriFunction
 
args() - Method in class com.baidu.hugegraph.event.Event
 
Assert - Class in com.baidu.hugegraph.testutil
 
Assert() - Constructor for class com.baidu.hugegraph.testutil.Assert
 
Assert.ThrowableConsumer<T> - Interface in com.baidu.hugegraph.testutil
 
Assert.ThrowableRunnable - Interface in com.baidu.hugegraph.testutil
 
assertContains(String, String) - Static method in class com.baidu.hugegraph.testutil.Assert
 
assertEquals(byte, Object) - Static method in class com.baidu.hugegraph.testutil.Assert
 
assertEquals(short, Object) - Static method in class com.baidu.hugegraph.testutil.Assert
 
assertEquals(char, Object) - Static method in class com.baidu.hugegraph.testutil.Assert
 
assertEquals(int, Object) - Static method in class com.baidu.hugegraph.testutil.Assert
 
assertEquals(long, Object) - Static method in class com.baidu.hugegraph.testutil.Assert
 
assertEquals(float, Object) - Static method in class com.baidu.hugegraph.testutil.Assert
 
assertEquals(double, Object) - Static method in class com.baidu.hugegraph.testutil.Assert
 
assertGt(Number, Object) - Static method in class com.baidu.hugegraph.testutil.Assert
 
assertGte(Number, Object) - Static method in class com.baidu.hugegraph.testutil.Assert
 
assertInstanceOf(Class<?>, Object) - Static method in class com.baidu.hugegraph.testutil.Assert
 
assertLt(Number, Object) - Static method in class com.baidu.hugegraph.testutil.Assert
 
assertLte(Number, Object) - Static method in class com.baidu.hugegraph.testutil.Assert
 
assertThrows(Class<? extends Throwable>, Assert.ThrowableRunnable) - Static method in class com.baidu.hugegraph.testutil.Assert
 
assertThrows(Class<? extends Throwable>, Assert.ThrowableRunnable, Consumer<Throwable>) - Static method in class com.baidu.hugegraph.testutil.Assert
 
AtomicLock - Class in com.baidu.hugegraph.concurrent
 
AtomicLock(String) - Constructor for class com.baidu.hugegraph.concurrent.AtomicLock
 
atomicLock(String) - Method in class com.baidu.hugegraph.concurrent.LockGroup
 
await() - Method in class com.baidu.hugegraph.concurrent.BarrierEvent
Wait forever until the signal is received.
await(long) - Method in class com.baidu.hugegraph.concurrent.BarrierEvent
Wait specified time in milliseconds.

B

BarrierEvent - Class in com.baidu.hugegraph.concurrent
 
BarrierEvent() - Constructor for class com.baidu.hugegraph.concurrent.BarrierEvent
 
BASE - Static variable in class com.baidu.hugegraph.util.Bytes
 
BASE_TIME - Static variable in class com.baidu.hugegraph.util.TimeUtil
 
batchIterator - Variable in class com.baidu.hugegraph.iterator.FlatMapperIterator
 
BatchMapperIterator<T,R> - Class in com.baidu.hugegraph.iterator
 
BatchMapperIterator(int, Iterator<T>, Function<List<T>, Iterator<R>>) - Constructor for class com.baidu.hugegraph.iterator.BatchMapperIterator
 
BearerRequestFilter() - Constructor for class com.baidu.hugegraph.rest.AbstractRestClient.BearerRequestFilter
 
beforeExecute(Thread, Runnable) - Method in class com.baidu.hugegraph.concurrent.PausableScheduledThreadPool
 
Bytes - Class in com.baidu.hugegraph.util
TODO: extends com.google.common.primitives.Bytes
Bytes() - Constructor for class com.baidu.hugegraph.util.Bytes
 
bytesFromReadableString(String) - Static method in class com.baidu.hugegraph.util.UnitUtil
 
bytesToGB(long) - Static method in class com.baidu.hugegraph.util.UnitUtil
 
bytesToInt(byte[]) - Static method in class com.baidu.hugegraph.util.NumericUtil
 
bytesToLong(byte[]) - Static method in class com.baidu.hugegraph.util.NumericUtil
 
bytesToMB(long) - Static method in class com.baidu.hugegraph.util.UnitUtil
 
bytesToReadableString(long) - Static method in class com.baidu.hugegraph.util.UnitUtil
 
byteToSortableBytes(byte) - Static method in class com.baidu.hugegraph.util.NumericUtil
 

C

call(String, Object...) - Method in class com.baidu.hugegraph.event.EventHub
 
charAt(int) - Method in class com.baidu.hugegraph.util.StringUtil.Chars
 
Chars(char[], int, int) - Constructor for class com.baidu.hugegraph.util.StringUtil.Chars
 
check(Object) - Method in class com.baidu.hugegraph.config.TypedOption
 
check(VersionUtil.Version, String, String, String) - Static method in class com.baidu.hugegraph.util.VersionUtil
Check whether a component version is matched expected range, throw an exception if it's not matched.
checkArgs(Class<?>...) - Method in class com.baidu.hugegraph.event.Event
 
checkArgument(boolean, String, Object...) - Static method in class com.baidu.hugegraph.util.E
 
checkArgumentNotNull(Object, String, Object...) - Static method in class com.baidu.hugegraph.util.E
 
checkNotEmpty(Collection<?>, String) - Static method in class com.baidu.hugegraph.util.E
 
checkNotEmpty(Collection<?>, String, String) - Static method in class com.baidu.hugegraph.util.E
 
checkNotNull(Object, String) - Static method in class com.baidu.hugegraph.util.E
 
checkNotNull(Object, String, String) - Static method in class com.baidu.hugegraph.util.E
 
CheckSocket - Class in com.baidu.hugegraph.util
 
CheckSocket() - Constructor for class com.baidu.hugegraph.util.CheckSocket
 
checkState(boolean, String, Object...) - Static method in class com.baidu.hugegraph.util.E
 
checkStatus(Response, Response.Status...) - Method in class com.baidu.hugegraph.rest.AbstractRestClient
 
child(String) - Method in class com.baidu.hugegraph.perf.LightStopwatch
 
child(String, Stopwatch) - Method in class com.baidu.hugegraph.perf.LightStopwatch
 
child(String) - Method in class com.baidu.hugegraph.perf.NormalStopwatch
 
child(String, Stopwatch) - Method in class com.baidu.hugegraph.perf.NormalStopwatch
 
child(String) - Method in interface com.baidu.hugegraph.perf.Stopwatch
 
child(String, Stopwatch) - Method in interface com.baidu.hugegraph.perf.Stopwatch
 
CIter<R> - Interface in com.baidu.hugegraph.iterator
 
classes(String...) - Static method in class com.baidu.hugegraph.util.ReflectionUtil
 
clear() - Method in class com.baidu.hugegraph.perf.LightStopwatch
 
clear() - Method in class com.baidu.hugegraph.perf.NormalStopwatch
 
clear() - Method in class com.baidu.hugegraph.perf.PerfUtil
 
clear() - Method in class com.baidu.hugegraph.perf.PerfUtil.FastMap
 
clear() - Method in interface com.baidu.hugegraph.perf.Stopwatch
 
ClientException - Exception in com.baidu.hugegraph.rest
 
ClientException(String, Throwable) - Constructor for exception com.baidu.hugegraph.rest.ClientException
 
ClientException(String, Object...) - Constructor for exception com.baidu.hugegraph.rest.ClientException
 
ClientException(String, Throwable, Object...) - Constructor for exception com.baidu.hugegraph.rest.ClientException
 
close() - Method in class com.baidu.hugegraph.iterator.ExtendableIterator
 
close() - Method in class com.baidu.hugegraph.iterator.FlatMapperIterator
 
close() - Method in class com.baidu.hugegraph.iterator.WrappedIterator
 
close(Iterator<?>) - Static method in class com.baidu.hugegraph.iterator.WrappedIterator
 
close() - Method in class com.baidu.hugegraph.rest.AbstractRestClient
 
close() - Method in interface com.baidu.hugegraph.rest.RestClient
 
closeOriginIterator() - Method in class com.baidu.hugegraph.iterator.LimitIterator
 
CollectionUtil - Class in com.baidu.hugegraph.util
 
CollectionUtil() - Constructor for class com.baidu.hugegraph.util.CollectionUtil
 
com.baidu.hugegraph.concurrent - package com.baidu.hugegraph.concurrent
 
com.baidu.hugegraph.config - package com.baidu.hugegraph.config
 
com.baidu.hugegraph.date - package com.baidu.hugegraph.date
 
com.baidu.hugegraph.event - package com.baidu.hugegraph.event
 
com.baidu.hugegraph.func - package com.baidu.hugegraph.func
 
com.baidu.hugegraph.iterator - package com.baidu.hugegraph.iterator
 
com.baidu.hugegraph.license - package com.baidu.hugegraph.license
 
com.baidu.hugegraph.perf - package com.baidu.hugegraph.perf
 
com.baidu.hugegraph.rest - package com.baidu.hugegraph.rest
 
com.baidu.hugegraph.testutil - package com.baidu.hugegraph.testutil
 
com.baidu.hugegraph.util - package com.baidu.hugegraph.util
 
com.baidu.hugegraph.version - package com.baidu.hugegraph.version
 
CommonVersion - Class in com.baidu.hugegraph.version
 
CommonVersion() - Constructor for class com.baidu.hugegraph.version.CommonVersion
 
compare(byte[], byte[]) - Static method in class com.baidu.hugegraph.util.Bytes
 
compareNumber(Object, Number) - Static method in class com.baidu.hugegraph.util.NumericUtil
Compare object with a number, the object should be a number, or it can be converted to a BigDecimal
compareTo(Stopwatch.Path) - Method in class com.baidu.hugegraph.perf.Stopwatch.Path
 
compareTo(VersionUtil.Version) - Method in class com.baidu.hugegraph.util.VersionUtil.Version
 
concat(byte[], byte[]) - Static method in class com.baidu.hugegraph.util.Bytes
 
ConfigConvOption<T,R> - Class in com.baidu.hugegraph.config
 
ConfigConvOption(String, String, Predicate<T>, Function<T, R>, T) - Constructor for class com.baidu.hugegraph.config.ConfigConvOption
 
ConfigConvOption(String, boolean, String, Predicate<T>, Function<T, R>, T) - Constructor for class com.baidu.hugegraph.config.ConfigConvOption
 
ConfigException - Exception in com.baidu.hugegraph.config
 
ConfigException(String) - Constructor for exception com.baidu.hugegraph.config.ConfigException
 
ConfigException(String, Throwable) - Constructor for exception com.baidu.hugegraph.config.ConfigException
 
ConfigException(String, Object...) - Constructor for exception com.baidu.hugegraph.config.ConfigException
 
ConfigException(String, Throwable, Object...) - Constructor for exception com.baidu.hugegraph.config.ConfigException
 
ConfigListConvOption<T,R> - Class in com.baidu.hugegraph.config
 
ConfigListConvOption(String, String, Predicate<List<T>>, Function<T, R>, T...) - Constructor for class com.baidu.hugegraph.config.ConfigListConvOption
 
ConfigListConvOption(String, boolean, String, Predicate<List<T>>, Function<T, R>, Class<T>, List<T>) - Constructor for class com.baidu.hugegraph.config.ConfigListConvOption
 
ConfigListOption<T> - Class in com.baidu.hugegraph.config
 
ConfigListOption(String, String, Predicate<List<T>>, T...) - Constructor for class com.baidu.hugegraph.config.ConfigListOption
 
ConfigListOption(String, boolean, String, Predicate<List<T>>, Class<T>, List<T>) - Constructor for class com.baidu.hugegraph.config.ConfigListOption
 
ConfigOption<T> - Class in com.baidu.hugegraph.config
 
ConfigOption(String, String, T) - Constructor for class com.baidu.hugegraph.config.ConfigOption
 
ConfigOption(String, String, Predicate<T>, T) - Constructor for class com.baidu.hugegraph.config.ConfigOption
 
ConfigOption(String, boolean, String, Predicate<T>, Class<T>, T) - Constructor for class com.baidu.hugegraph.config.ConfigOption
 
consumerAmount() - Method in class com.baidu.hugegraph.license.LicenseCommonParam
 
consumerType() - Method in class com.baidu.hugegraph.license.LicenseCommonParam
 
containKey(String) - Static method in class com.baidu.hugegraph.config.OptionSpace
 
contains(byte[], byte) - Static method in class com.baidu.hugegraph.util.Bytes
 
containsKey(Object) - Method in class com.baidu.hugegraph.perf.PerfUtil.FastMap
 
containsKey(Object) - Method in class com.baidu.hugegraph.util.OrderLimitMap
 
containsListener(String) - Method in class com.baidu.hugegraph.event.EventHub
 
content() - Method in class com.baidu.hugegraph.rest.RestResult
 
convert(T) - Method in class com.baidu.hugegraph.config.ConfigConvOption
 
convert(List<T>) - Method in class com.baidu.hugegraph.config.ConfigListConvOption
 
convert(Object, Function<String, ?>) - Static method in class com.baidu.hugegraph.config.ConfigListOption
 
convert(T) - Method in class com.baidu.hugegraph.config.TypedOption
 
convertToNumber(Object) - Static method in class com.baidu.hugegraph.util.NumericUtil
 
copy() - Method in class com.baidu.hugegraph.perf.LightStopwatch
 
copy() - Method in class com.baidu.hugegraph.perf.NormalStopwatch
 
copy() - Method in interface com.baidu.hugegraph.perf.Stopwatch
 
cpus() - Method in class com.baidu.hugegraph.license.LicenseExtraParam
 
create(String) - Method in class com.baidu.hugegraph.concurrent.LockManager
 
create(LicenseInstallParam, LicenseManager.VerifyCallback) - Static method in class com.baidu.hugegraph.license.LicenseManagerFactory
 
current - Variable in class com.baidu.hugegraph.iterator.WrappedIterator
 

D

dataSize() - Method in class com.baidu.hugegraph.license.LicenseExtraParam
 
dataType() - Method in class com.baidu.hugegraph.config.TypedOption
 
DATE_ZERO - Static variable in class com.baidu.hugegraph.util.DateUtil
 
DateUtil - Class in com.baidu.hugegraph.util
 
DateUtil() - Constructor for class com.baidu.hugegraph.util.DateUtil
 
decode(String, String) - Static method in class com.baidu.hugegraph.util.LongEncoding
 
decodeB64(String) - Static method in class com.baidu.hugegraph.util.LongEncoding
 
decodeNumber(String, Class<?>) - Static method in class com.baidu.hugegraph.util.LongEncoding
 
decodeSignedB64(String) - Static method in class com.baidu.hugegraph.util.LongEncoding
 
decodeSortable(String) - Static method in class com.baidu.hugegraph.util.LongEncoding
 
defaultValue() - Method in class com.baidu.hugegraph.config.TypedOption
 
delete(String, Map<String, Object>) - Method in class com.baidu.hugegraph.rest.AbstractRestClient
 
delete(String, String) - Method in class com.baidu.hugegraph.rest.AbstractRestClient
 
delete(String, Map<String, Object>) - Method in interface com.baidu.hugegraph.rest.RestClient
 
delete(String, String) - Method in interface com.baidu.hugegraph.rest.RestClient
 
desc() - Method in class com.baidu.hugegraph.config.TypedOption
 
description() - Method in class com.baidu.hugegraph.license.LicenseCommonParam
 
destroy(String) - Method in class com.baidu.hugegraph.concurrent.LockManager
 
destroy(long) - Static method in class com.baidu.hugegraph.event.EventHub
 
disallowEmpty() - Static method in class com.baidu.hugegraph.config.OptionChecker
 
doubleToSortableLong(double) - Static method in class com.baidu.hugegraph.util.NumericUtil
Converts a double value to a sortable signed long.
doubleWith2Scale(double) - Static method in class com.baidu.hugegraph.util.UnitUtil
 

E

E - Class in com.baidu.hugegraph.util
 
E() - Constructor for class com.baidu.hugegraph.util.E
 
EB - Static variable in class com.baidu.hugegraph.util.Bytes
 
edges() - Method in class com.baidu.hugegraph.license.LicenseExtraParam
 
empty() - Method in class com.baidu.hugegraph.perf.LightStopwatch
 
empty() - Method in class com.baidu.hugegraph.perf.NormalStopwatch
 
empty() - Method in class com.baidu.hugegraph.perf.PerfUtil
 
empty() - Method in interface com.baidu.hugegraph.perf.Stopwatch
 
EMPTY - Static variable in class com.baidu.hugegraph.perf.Stopwatch.Path
 
encode(String) - Static method in class com.baidu.hugegraph.rest.AbstractRestClient
 
encode(long, String) - Static method in class com.baidu.hugegraph.util.LongEncoding
 
encodeB64(long) - Static method in class com.baidu.hugegraph.util.LongEncoding
 
encodeNumber(Object) - Static method in class com.baidu.hugegraph.util.LongEncoding
 
encodeSignedB64(long) - Static method in class com.baidu.hugegraph.util.LongEncoding
 
encodeSortable(long) - Static method in class com.baidu.hugegraph.util.LongEncoding
 
end(String) - Method in class com.baidu.hugegraph.perf.PerfUtil
 
endsWith(String) - Method in class com.baidu.hugegraph.perf.Stopwatch.Path
 
endTime(long) - Method in class com.baidu.hugegraph.perf.LightStopwatch
 
endTime(long) - Method in class com.baidu.hugegraph.perf.NormalStopwatch
 
endTime(long) - Method in interface com.baidu.hugegraph.perf.Stopwatch
 
equals(Object) - Method in class com.baidu.hugegraph.perf.Stopwatch.Path
 
equals(byte[], byte[]) - Static method in class com.baidu.hugegraph.util.Bytes
 
equals(Object) - Method in class com.baidu.hugegraph.util.StringUtil.Chars
 
equals(Object) - Method in class com.baidu.hugegraph.util.VersionUtil.Version
 
Event - Class in com.baidu.hugegraph.event
 
Event(Object, String) - Constructor for class com.baidu.hugegraph.event.Event
 
Event(Object, String, Object...) - Constructor for class com.baidu.hugegraph.event.Event
 
event(Event) - Method in interface com.baidu.hugegraph.event.EventListener
The event callback
EVENT_WORKER - Static variable in class com.baidu.hugegraph.event.EventHub
 
EventHub - Class in com.baidu.hugegraph.event
 
EventHub() - Constructor for class com.baidu.hugegraph.event.EventHub
 
EventHub(String) - Constructor for class com.baidu.hugegraph.event.EventHub
 
EventListener - Interface in com.baidu.hugegraph.event
 
ExecutorUtil - Class in com.baidu.hugegraph.util
 
ExecutorUtil() - Constructor for class com.baidu.hugegraph.util.ExecutorUtil
 
exists(String) - Method in class com.baidu.hugegraph.concurrent.LockManager
 
extend(Iterator<T>) - Method in class com.baidu.hugegraph.iterator.ExtendableIterator
 
ExtendableIterator<T> - Class in com.baidu.hugegraph.iterator
 
ExtendableIterator() - Constructor for class com.baidu.hugegraph.iterator.ExtendableIterator
 
ExtendableIterator(Iterator<T>) - Constructor for class com.baidu.hugegraph.iterator.ExtendableIterator
 
ExtendableIterator(Iterator<T>, Iterator<T>) - Constructor for class com.baidu.hugegraph.iterator.ExtendableIterator
 
extraParams() - Method in class com.baidu.hugegraph.license.LicenseCommonParam
 

F

FastMap() - Constructor for class com.baidu.hugegraph.perf.PerfUtil.FastMap
 
fetch() - Method in class com.baidu.hugegraph.iterator.BatchMapperIterator
 
fetch() - Method in class com.baidu.hugegraph.iterator.ExtendableIterator
 
fetch() - Method in class com.baidu.hugegraph.iterator.FilterIterator
 
fetch() - Method in class com.baidu.hugegraph.iterator.FlatMapperIterator
 
fetch() - Method in class com.baidu.hugegraph.iterator.LimitIterator
 
fetch() - Method in class com.baidu.hugegraph.iterator.ListIterator
 
fetch() - Method in class com.baidu.hugegraph.iterator.MapperIterator
 
fetch() - Method in class com.baidu.hugegraph.iterator.WrappedIterator
 
fetchFromBatch() - Method in class com.baidu.hugegraph.iterator.BatchMapperIterator
 
fetchFromBatch() - Method in class com.baidu.hugegraph.iterator.FlatMapperFilterIterator
 
fetchFromBatch() - Method in class com.baidu.hugegraph.iterator.FlatMapperIterator
 
fillChildrenTotal(List<Stopwatch>) - Method in class com.baidu.hugegraph.perf.LightStopwatch
 
fillChildrenTotal(List<Stopwatch>) - Method in class com.baidu.hugegraph.perf.NormalStopwatch
 
fillChildrenTotal(List<Stopwatch>) - Method in interface com.baidu.hugegraph.perf.Stopwatch
 
filter(ClientRequestContext) - Method in class com.baidu.hugegraph.rest.AbstractRestClient.BearerRequestFilter
 
FilterIterator<T> - Class in com.baidu.hugegraph.iterator
 
FilterIterator(Iterator<T>, Function<T, Boolean>) - Constructor for class com.baidu.hugegraph.iterator.FilterIterator
 
FlatMapperFilterIterator<T,R> - Class in com.baidu.hugegraph.iterator
 
FlatMapperFilterIterator(Iterator<T>, Function<T, Iterator<R>>, Function<R, Boolean>) - Constructor for class com.baidu.hugegraph.iterator.FlatMapperFilterIterator
 
FlatMapperIterator<T,R> - Class in com.baidu.hugegraph.iterator
 
FlatMapperIterator(Iterator<T>, Function<T, Iterator<R>>) - Constructor for class com.baidu.hugegraph.iterator.FlatMapperIterator
 
floatToSortableInt(float) - Static method in class com.baidu.hugegraph.util.NumericUtil
Converts a float value to a sortable signed int.
forList() - Method in class com.baidu.hugegraph.config.ConfigListConvOption
 
forList() - Method in class com.baidu.hugegraph.config.ConfigListOption
 
forList() - Method in class com.baidu.hugegraph.config.TypedOption
 
format(Date) - Method in class com.baidu.hugegraph.date.SafeDateFormat
 
fromHex(String) - Static method in class com.baidu.hugegraph.util.Bytes
 

G

GB - Static variable in class com.baidu.hugegraph.util.Bytes
 
get(String) - Method in class com.baidu.hugegraph.concurrent.LockManager
 
get(TypedOption<T, R>) - Method in class com.baidu.hugegraph.config.HugeConfig
 
get(String) - Static method in class com.baidu.hugegraph.config.OptionSpace
 
get(Object) - Method in class com.baidu.hugegraph.perf.PerfUtil.FastMap
 
get(String) - Method in class com.baidu.hugegraph.rest.AbstractRestClient
 
get(String, Map<String, Object>) - Method in class com.baidu.hugegraph.rest.AbstractRestClient
 
get(String, String) - Method in class com.baidu.hugegraph.rest.AbstractRestClient
 
get(String) - Method in interface com.baidu.hugegraph.rest.RestClient
 
get(String, Map<String, Object>) - Method in interface com.baidu.hugegraph.rest.RestClient
 
get(String, String) - Method in interface com.baidu.hugegraph.rest.RestClient
 
get(Object) - Method in class com.baidu.hugegraph.util.OrderLimitMap
 
get() - Method in class com.baidu.hugegraph.util.VersionUtil.Version
 
getAuthContext() - Method in class com.baidu.hugegraph.rest.AbstractRestClient
 
getImplementationVersion(Class<?>) - Static method in class com.baidu.hugegraph.util.VersionUtil
Get implementation version from manifest in jar
getImplementationVersion(String) - Static method in class com.baidu.hugegraph.util.VersionUtil
 
getInternalState(Object, String) - Static method in class com.baidu.hugegraph.testutil.Whitebox
 
getIpAddress() - Method in class com.baidu.hugegraph.license.MachineInfo
 
getLocalAllInetAddress() - Method in class com.baidu.hugegraph.license.MachineInfo
 
getMacAddress() - Method in class com.baidu.hugegraph.license.MachineInfo
 
getMacByInetAddress(InetAddress) - Method in class com.baidu.hugegraph.license.MachineInfo
 
getMap(ConfigListOption<String>) - Method in class com.baidu.hugegraph.config.HugeConfig
 
getMethodsAnnotatedWith(Class<?>, Class<? extends Annotation>, boolean) - Static method in class com.baidu.hugegraph.util.ReflectionUtil
 
getMethodsAnnotatedWith(CtClass, Class<? extends Annotation>, boolean) - Static method in class com.baidu.hugegraph.util.ReflectionUtil
 
getOrDefault(Object, V) - Method in class com.baidu.hugegraph.util.OrderLimitMap
 
getPomVersion() - Static method in class com.baidu.hugegraph.util.VersionUtil
Get version from pom.xml
getTimeZome() - Method in class com.baidu.hugegraph.date.SafeDateFormat
 
graphs() - Method in class com.baidu.hugegraph.license.LicenseExtraParam
 
gte(String, String) - Static method in class com.baidu.hugegraph.util.VersionUtil
Compare if a version is greater than the other one (inclusive)

H

hash(byte[]) - Static method in class com.baidu.hugegraph.util.HashUtil
 
hash(String) - Static method in class com.baidu.hugegraph.util.HashUtil
 
hash128(byte[]) - Static method in class com.baidu.hugegraph.util.HashUtil
 
hash128(String) - Static method in class com.baidu.hugegraph.util.HashUtil
 
hashCode() - Method in class com.baidu.hugegraph.perf.Stopwatch.Path
 
hashCode() - Method in class com.baidu.hugegraph.util.StringUtil.Chars
 
hashCode() - Method in class com.baidu.hugegraph.util.VersionUtil.Version
 
HashUtil - Class in com.baidu.hugegraph.util
 
HashUtil() - Constructor for class com.baidu.hugegraph.util.HashUtil
 
hasIntersection(List<T>, Set<T>) - Static method in class com.baidu.hugegraph.util.CollectionUtil
 
hasIntersection(Set<T>, Set<T>) - Static method in class com.baidu.hugegraph.util.CollectionUtil
 
hasNext() - Method in class com.baidu.hugegraph.iterator.WrappedIterator
 
headers() - Method in class com.baidu.hugegraph.rest.RestResult
 
HostNameVerifier(String) - Constructor for class com.baidu.hugegraph.rest.AbstractRestClient.HostNameVerifier
 
HugeConfig - Class in com.baidu.hugegraph.config
 
HugeConfig(Configuration) - Constructor for class com.baidu.hugegraph.config.HugeConfig
 
HugeConfig(String) - Constructor for class com.baidu.hugegraph.config.HugeConfig
 

I

id() - Method in class com.baidu.hugegraph.license.LicenseExtraParam
 
id() - Method in class com.baidu.hugegraph.perf.LightStopwatch
 
id() - Method in class com.baidu.hugegraph.perf.NormalStopwatch
 
id() - Method in interface com.baidu.hugegraph.perf.Stopwatch
 
id(Stopwatch.Path, String) - Static method in interface com.baidu.hugegraph.perf.Stopwatch
 
indexOf(byte[], byte) - Static method in class com.baidu.hugegraph.util.Bytes
 
init(int) - Static method in class com.baidu.hugegraph.event.EventHub
 
initEachWastedLost() - Static method in class com.baidu.hugegraph.perf.NormalStopwatch
 
InsertionOrderUtil - Class in com.baidu.hugegraph.util
 
InsertionOrderUtil() - Constructor for class com.baidu.hugegraph.util.InsertionOrderUtil
 
installLicense() - Method in interface com.baidu.hugegraph.license.LicenseManager
 
instance() - Static method in class com.baidu.hugegraph.concurrent.LockManager
 
instance() - Static method in class com.baidu.hugegraph.perf.PerfUtil
 
intersect(Collection<T>, Collection<T>) - Static method in class com.baidu.hugegraph.util.CollectionUtil
Find the intersection of two collections, the original collections will not be modified
intersectWithModify(Collection<T>, Collection<T>) - Static method in class com.baidu.hugegraph.util.CollectionUtil
Find the intersection of two collections, note that the first collection will be modified and store the results
intToBytes(int) - Static method in class com.baidu.hugegraph.util.NumericUtil
 
intToSortableBytes(int) - Static method in class com.baidu.hugegraph.util.NumericUtil
 
inValues(O...) - Static method in class com.baidu.hugegraph.config.OptionChecker
 
invoke(Object, String, String, Object...) - Static method in class com.baidu.hugegraph.testutil.Whitebox
 
invoke(Object, String, Class<?>[], String, Object...) - Static method in class com.baidu.hugegraph.testutil.Whitebox
 
invoke(Class<?>, String, Object, Object...) - Static method in class com.baidu.hugegraph.testutil.Whitebox
 
invoke(Class<?>, Class<?>[], String, Object, Object...) - Static method in class com.baidu.hugegraph.testutil.Whitebox
 
invokeStatic(Class<?>, String, Object...) - Static method in class com.baidu.hugegraph.testutil.Whitebox
 
invokeStatic(Class<?>, Class<?>[], String, Object...) - Static method in class com.baidu.hugegraph.testutil.Whitebox
 
ip() - Method in class com.baidu.hugegraph.license.LicenseExtraParam
 
isNumber(Object) - Static method in class com.baidu.hugegraph.util.NumericUtil
 
isNumber(Class<?>) - Static method in class com.baidu.hugegraph.util.NumericUtil
 
isSimpleType(Class<?>) - Static method in class com.baidu.hugegraph.util.ReflectionUtil
 
issuedTime() - Method in class com.baidu.hugegraph.license.LicenseCommonParam
 

K

KB - Static variable in class com.baidu.hugegraph.util.Bytes
 
KeyLock - Class in com.baidu.hugegraph.concurrent
KeyLock provide an interface of segment lock
KeyLock() - Constructor for class com.baidu.hugegraph.concurrent.KeyLock
 
KeyLock(int) - Constructor for class com.baidu.hugegraph.concurrent.KeyLock
 
keyLock(String) - Method in class com.baidu.hugegraph.concurrent.LockGroup
 
keyLock(String, int) - Method in class com.baidu.hugegraph.concurrent.LockGroup
 
keyPassword() - Method in class com.baidu.hugegraph.license.LicenseCreateParam
 
keys() - Static method in class com.baidu.hugegraph.config.OptionSpace
 

L

lastStartTime(long) - Method in class com.baidu.hugegraph.perf.LightStopwatch
 
lastStartTime(long) - Method in class com.baidu.hugegraph.perf.NormalStopwatch
 
lastStartTime(long) - Method in interface com.baidu.hugegraph.perf.Stopwatch
 
length() - Method in class com.baidu.hugegraph.perf.Stopwatch.Path
 
length() - Method in class com.baidu.hugegraph.util.StringUtil.Chars
 
LicenseCommonParam - Class in com.baidu.hugegraph.license
 
LicenseCommonParam() - Constructor for class com.baidu.hugegraph.license.LicenseCommonParam
 
LicenseCommonParam(String, String, Date, Date, Date, String, int, List<LicenseExtraParam>) - Constructor for class com.baidu.hugegraph.license.LicenseCommonParam
 
LicenseCreateParam - Class in com.baidu.hugegraph.license
 
LicenseCreateParam() - Constructor for class com.baidu.hugegraph.license.LicenseCreateParam
 
LicenseExtraParam - Class in com.baidu.hugegraph.license
 
LicenseExtraParam() - Constructor for class com.baidu.hugegraph.license.LicenseExtraParam
 
LicenseInstallParam - Class in com.baidu.hugegraph.license
 
LicenseInstallParam() - Constructor for class com.baidu.hugegraph.license.LicenseInstallParam
 
LicenseManager - Interface in com.baidu.hugegraph.license
 
LicenseManager.VerifyCallback - Interface in com.baidu.hugegraph.license
 
LicenseManagerFactory - Class in com.baidu.hugegraph.license
 
LicenseManagerFactory() - Constructor for class com.baidu.hugegraph.license.LicenseManagerFactory
 
LicenseParams - Class in com.baidu.hugegraph.license
 
LicenseParams() - Constructor for class com.baidu.hugegraph.license.LicenseParams
 
LicenseParams(String, String, Date, Date, Date, String, int, List<LicenseExtraParam>) - Constructor for class com.baidu.hugegraph.license.LicenseParams
 
licensePath() - Method in class com.baidu.hugegraph.license.LicenseCreateParam
 
licensePath() - Method in class com.baidu.hugegraph.license.LicenseInstallParam
 
LightStopwatch - Class in com.baidu.hugegraph.perf
 
LightStopwatch(String, Stopwatch) - Constructor for class com.baidu.hugegraph.perf.LightStopwatch
 
LightStopwatch(String, Stopwatch.Path) - Constructor for class com.baidu.hugegraph.perf.LightStopwatch
 
LimitIterator<T> - Class in com.baidu.hugegraph.iterator
 
LimitIterator(Iterator<T>, Function<T, Boolean>) - Constructor for class com.baidu.hugegraph.iterator.LimitIterator
 
list() - Method in class com.baidu.hugegraph.iterator.ListIterator
 
listen(String, EventListener) - Method in class com.baidu.hugegraph.event.EventHub
 
listeners(String) - Method in class com.baidu.hugegraph.event.EventHub
 
ListIterator<T> - Class in com.baidu.hugegraph.iterator
 
ListIterator(long, Iterator<T>) - Constructor for class com.baidu.hugegraph.iterator.ListIterator
 
ListIterator(Collection<T>) - Constructor for class com.baidu.hugegraph.iterator.ListIterator
 
LocalStack(int) - Constructor for class com.baidu.hugegraph.perf.PerfUtil.LocalStack
 
LocalTimer() - Constructor for class com.baidu.hugegraph.perf.PerfUtil.LocalTimer
 
lock(int) - Method in class com.baidu.hugegraph.concurrent.AtomicLock
 
lock(Object) - Method in class com.baidu.hugegraph.concurrent.KeyLock
Lock an object
lock(String) - Method in class com.baidu.hugegraph.concurrent.LockGroup
 
lock(K) - Method in class com.baidu.hugegraph.concurrent.RowLock
 
lockAll(Object...) - Method in class com.baidu.hugegraph.concurrent.KeyLock
Lock a list of object with sorted order
lockAll(Object, Object) - Method in class com.baidu.hugegraph.concurrent.KeyLock
Lock two objects with sorted order NOTE: This is to optimize the performance of lockAll(keys)
lockAll(Set<K>) - Method in class com.baidu.hugegraph.concurrent.RowLock
 
LockGroup - Class in com.baidu.hugegraph.concurrent
 
LockGroup(String) - Constructor for class com.baidu.hugegraph.concurrent.LockGroup
 
LockManager - Class in com.baidu.hugegraph.concurrent
 
Log - Class in com.baidu.hugegraph.util
 
Log() - Constructor for class com.baidu.hugegraph.util.Log
 
logger(String) - Static method in class com.baidu.hugegraph.util.Log
 
logger(Class<?>) - Static method in class com.baidu.hugegraph.util.Log
 
LongEncoding - Class in com.baidu.hugegraph.util
Utility class for encoding longs in strings based on:
LongEncoding() - Constructor for class com.baidu.hugegraph.util.LongEncoding
 
longToBytes(long) - Static method in class com.baidu.hugegraph.util.NumericUtil
 
longToSortableBytes(long) - Static method in class com.baidu.hugegraph.util.NumericUtil
 

M

mac() - Method in class com.baidu.hugegraph.license.LicenseExtraParam
 
MachineInfo - Class in com.baidu.hugegraph.license
 
MachineInfo() - Constructor for class com.baidu.hugegraph.license.MachineInfo
 
main(String[]) - Static method in class com.baidu.hugegraph.util.CheckSocket
 
MapperIterator<T,R> - Class in com.baidu.hugegraph.iterator
 
MapperIterator(Iterator<T>, Function<T, R>) - Constructor for class com.baidu.hugegraph.iterator.MapperIterator
 
match(VersionUtil.Version, String, String) - Static method in class com.baidu.hugegraph.util.VersionUtil
Compare if a version is inside a range [begin, end)
matchParam(String) - Method in class com.baidu.hugegraph.license.LicenseParams
 
maxCost() - Method in class com.baidu.hugegraph.perf.LightStopwatch
 
maxCost() - Method in class com.baidu.hugegraph.perf.NormalStopwatch
 
maxCost() - Method in interface com.baidu.hugegraph.perf.Stopwatch
 
maxValueOf(Class<?>) - Static method in class com.baidu.hugegraph.util.NumericUtil
 
MB - Static variable in class com.baidu.hugegraph.util.Bytes
 
memory() - Method in class com.baidu.hugegraph.license.LicenseExtraParam
 
metadata(String, Object...) - Method in interface com.baidu.hugegraph.iterator.Metadatable
 
metadata(String, Object...) - Method in class com.baidu.hugegraph.iterator.WrappedIterator
 
Metadatable - Interface in com.baidu.hugegraph.iterator
 
method(Class<?>, String, Class<?>[]) - Static method in class com.baidu.hugegraph.testutil.Whitebox
 
minCost() - Method in class com.baidu.hugegraph.perf.LightStopwatch
 
minCost() - Method in class com.baidu.hugegraph.perf.NormalStopwatch
 
minCost() - Method in interface com.baidu.hugegraph.perf.Stopwatch
 
minValueOf(Class<?>) - Static method in class com.baidu.hugegraph.util.NumericUtil
 

N

name() - Method in class com.baidu.hugegraph.concurrent.AtomicLock
 
name(String) - Method in class com.baidu.hugegraph.concurrent.AtomicLock
 
name() - Method in class com.baidu.hugegraph.concurrent.LockGroup
 
name() - Method in class com.baidu.hugegraph.config.TypedOption
 
name() - Method in class com.baidu.hugegraph.event.Event
 
name() - Method in class com.baidu.hugegraph.event.EventHub
 
name() - Method in class com.baidu.hugegraph.perf.LightStopwatch
 
name() - Method in class com.baidu.hugegraph.perf.NormalStopwatch
 
name() - Method in interface com.baidu.hugegraph.perf.Stopwatch
 
NAME - Static variable in class com.baidu.hugegraph.version.CommonVersion
 
nestedClasses(String) - Static method in class com.baidu.hugegraph.util.ReflectionUtil
 
newFixedThreadPool(String) - Static method in class com.baidu.hugegraph.util.ExecutorUtil
 
newFixedThreadPool(int, String) - Static method in class com.baidu.hugegraph.util.ExecutorUtil
 
newList() - Static method in class com.baidu.hugegraph.util.InsertionOrderUtil
 
newList(int) - Static method in class com.baidu.hugegraph.util.InsertionOrderUtil
 
newList(List<V>) - Static method in class com.baidu.hugegraph.util.InsertionOrderUtil
 
newMap() - Static method in class com.baidu.hugegraph.util.InsertionOrderUtil
 
newMap(int) - Static method in class com.baidu.hugegraph.util.InsertionOrderUtil
 
newMap(Map<K, V>) - Static method in class com.baidu.hugegraph.util.InsertionOrderUtil
 
newPausableScheduledThreadPool(String) - Static method in class com.baidu.hugegraph.util.ExecutorUtil
 
newPausableScheduledThreadPool(int, String) - Static method in class com.baidu.hugegraph.util.ExecutorUtil
 
newScheduledThreadPool(String) - Static method in class com.baidu.hugegraph.util.ExecutorUtil
 
newScheduledThreadPool(int, String) - Static method in class com.baidu.hugegraph.util.ExecutorUtil
 
newSet() - Static method in class com.baidu.hugegraph.util.InsertionOrderUtil
 
newSet(int) - Static method in class com.baidu.hugegraph.util.InsertionOrderUtil
 
newSet(Set<V>) - Static method in class com.baidu.hugegraph.util.InsertionOrderUtil
 
newStopwatch(String, Stopwatch.Path) - Static method in class com.baidu.hugegraph.perf.PerfUtil
 
newStopwatch(String, Stopwatch) - Static method in class com.baidu.hugegraph.perf.PerfUtil
 
next() - Method in class com.baidu.hugegraph.iterator.WrappedIterator
 
nextBatch() - Method in class com.baidu.hugegraph.iterator.BatchMapperIterator
 
NO_LIMIT - Static variable in class com.baidu.hugegraph.license.LicenseExtraParam
 
nodes() - Method in class com.baidu.hugegraph.license.LicenseExtraParam
 
none() - Static method in class com.baidu.hugegraph.iterator.WrappedIterator
 
nonNegativeInt() - Static method in class com.baidu.hugegraph.config.OptionChecker
 
NormalStopwatch - Class in com.baidu.hugegraph.perf
 
NormalStopwatch(String, Stopwatch) - Constructor for class com.baidu.hugegraph.perf.NormalStopwatch
 
NormalStopwatch(String, Stopwatch.Path) - Constructor for class com.baidu.hugegraph.perf.NormalStopwatch
 
notAfter() - Method in class com.baidu.hugegraph.license.LicenseCommonParam
 
notBefore() - Method in class com.baidu.hugegraph.license.LicenseCommonParam
 
notify(String, Object...) - Method in class com.baidu.hugegraph.event.EventHub
 
now() - Method in class com.baidu.hugegraph.perf.PerfUtil.LocalTimer
 
now() - Static method in class com.baidu.hugegraph.perf.PerfUtil
 
now() - Static method in class com.baidu.hugegraph.util.DateUtil
 
numberToSortableBytes(Number) - Static method in class com.baidu.hugegraph.util.NumericUtil
 
numberToSortableLong(Number) - Static method in class com.baidu.hugegraph.util.NumericUtil
 
NumericUtil - Class in com.baidu.hugegraph.util
This file is copied verbatim from Apache Lucene NumericUtils.java Only the double/float to sortable long/int conversions are retained.

O

of(String) - Static method in class com.baidu.hugegraph.util.StringUtil.Chars
 
of(String...) - Static method in class com.baidu.hugegraph.util.StringUtil.Chars
 
of(Class<?>) - Static method in class com.baidu.hugegraph.util.VersionUtil.Version
 
of(Class<?>, String) - Static method in class com.baidu.hugegraph.util.VersionUtil.Version
 
of(String) - Static method in class com.baidu.hugegraph.util.VersionUtil.Version
 
onVerifyLicense(LicenseParams) - Method in interface com.baidu.hugegraph.license.LicenseManager.VerifyCallback
 
OptionChecker - Class in com.baidu.hugegraph.config
 
OptionChecker() - Constructor for class com.baidu.hugegraph.config.OptionChecker
 
OptionHolder - Class in com.baidu.hugegraph.config
 
OptionHolder() - Constructor for class com.baidu.hugegraph.config.OptionHolder
 
options - Variable in class com.baidu.hugegraph.config.OptionHolder
 
options() - Method in class com.baidu.hugegraph.config.OptionHolder
 
OptionSpace - Class in com.baidu.hugegraph.config
 
OptionSpace() - Constructor for class com.baidu.hugegraph.config.OptionSpace
 
OrderLimitMap<K extends Comparable<K>,V extends Comparable<V>> - Class in com.baidu.hugegraph.util
Reference: https://stackoverflow.com/questions/109383/sort-a-mapkey-value-by-values
OrderLimitMap(int) - Constructor for class com.baidu.hugegraph.util.OrderLimitMap
 
OrderLimitMap(int, boolean) - Constructor for class com.baidu.hugegraph.util.OrderLimitMap
 
originIterator() - Method in class com.baidu.hugegraph.iterator.BatchMapperIterator
 
originIterator() - Method in class com.baidu.hugegraph.iterator.ExtendableIterator
 
originIterator() - Method in class com.baidu.hugegraph.iterator.FilterIterator
 
originIterator() - Method in class com.baidu.hugegraph.iterator.FlatMapperIterator
 
originIterator() - Method in class com.baidu.hugegraph.iterator.LimitIterator
 
originIterator() - Method in class com.baidu.hugegraph.iterator.ListIterator
 
originIterator() - Method in class com.baidu.hugegraph.iterator.MapperIterator
 
originIterator() - Method in class com.baidu.hugegraph.iterator.WrappedIterator
 

P

packageName(String) - Static method in class com.baidu.hugegraph.util.ReflectionUtil
 
parent() - Method in class com.baidu.hugegraph.perf.LightStopwatch
 
parent() - Method in class com.baidu.hugegraph.perf.NormalStopwatch
 
parent() - Method in interface com.baidu.hugegraph.perf.Stopwatch
 
parse(String) - Method in class com.baidu.hugegraph.config.ConfigListConvOption
 
parse(String) - Method in class com.baidu.hugegraph.config.ConfigListOption
 
parse(String) - Method in class com.baidu.hugegraph.config.TypedOption
 
parse(String, Class<?>) - Method in class com.baidu.hugegraph.config.TypedOption
 
parse(String) - Method in class com.baidu.hugegraph.date.SafeDateFormat
 
parse(String) - Static method in class com.baidu.hugegraph.util.DateUtil
 
parse(String, String) - Static method in class com.baidu.hugegraph.util.DateUtil
 
parseConvert(String) - Method in class com.baidu.hugegraph.config.TypedOption
 
Path(String) - Constructor for class com.baidu.hugegraph.perf.Stopwatch.Path
 
Path(Stopwatch.Path, String) - Constructor for class com.baidu.hugegraph.perf.Stopwatch.Path
 
PausableScheduledThreadPool - Class in com.baidu.hugegraph.concurrent
 
PausableScheduledThreadPool(int, ThreadFactory) - Constructor for class com.baidu.hugegraph.concurrent.PausableScheduledThreadPool
 
pauseSchedule() - Method in class com.baidu.hugegraph.concurrent.PausableScheduledThreadPool
 
PB - Static variable in class com.baidu.hugegraph.util.Bytes
 
peek() - Method in class com.baidu.hugegraph.perf.PerfUtil.LocalStack
 
PerfUtil - Class in com.baidu.hugegraph.perf
 
PerfUtil.FastMap<K,V> - Class in com.baidu.hugegraph.perf
 
PerfUtil.LocalStack<E> - Class in com.baidu.hugegraph.perf
 
PerfUtil.LocalTimer - Class in com.baidu.hugegraph.perf
 
PerfUtil.Watched - Annotation Type in com.baidu.hugegraph.perf
 
pop() - Method in class com.baidu.hugegraph.perf.PerfUtil.LocalStack
 
positiveInt() - Static method in class com.baidu.hugegraph.config.OptionChecker
 
post(String, Object) - Method in class com.baidu.hugegraph.rest.AbstractRestClient
 
post(String, Object, MultivaluedMap<String, Object>) - Method in class com.baidu.hugegraph.rest.AbstractRestClient
 
post(String, Object, Map<String, Object>) - Method in class com.baidu.hugegraph.rest.AbstractRestClient
 
post(String, Object, MultivaluedMap<String, Object>, Map<String, Object>) - Method in class com.baidu.hugegraph.rest.AbstractRestClient
 
post(String, Object) - Method in interface com.baidu.hugegraph.rest.RestClient
 
post(String, Object, MultivaluedMap<String, Object>) - Method in interface com.baidu.hugegraph.rest.RestClient
 
post(String, Object, Map<String, Object>) - Method in interface com.baidu.hugegraph.rest.RestClient
 
post(String, Object, MultivaluedMap<String, Object>, Map<String, Object>) - Method in interface com.baidu.hugegraph.rest.RestClient
 
prefixOf(List<T>, List<T>) - Static method in class com.baidu.hugegraph.util.CollectionUtil
 
prefixWith(byte[], byte[]) - Static method in class com.baidu.hugegraph.util.Bytes
 
preventOptimizePadding() - Method in class com.baidu.hugegraph.perf.PerfUtil.LocalTimer
 
privateAlias() - Method in class com.baidu.hugegraph.license.LicenseCreateParam
 
privateKeyPath() - Method in class com.baidu.hugegraph.license.LicenseCreateParam
 
profileClass(String...) - Method in class com.baidu.hugegraph.perf.PerfUtil
 
profilePackage(String...) - Method in class com.baidu.hugegraph.perf.PerfUtil
 
profileSingleThread(boolean) - Static method in class com.baidu.hugegraph.perf.PerfUtil
 
publicAlias() - Method in class com.baidu.hugegraph.license.LicenseInstallParam
 
publicKeyPath() - Method in class com.baidu.hugegraph.license.LicenseInstallParam
 
push(E) - Method in class com.baidu.hugegraph.perf.PerfUtil.LocalStack
 
put(K, V) - Method in class com.baidu.hugegraph.perf.PerfUtil.FastMap
 
put(String, String, Object) - Method in class com.baidu.hugegraph.rest.AbstractRestClient
 
put(String, String, Object, MultivaluedMap<String, Object>) - Method in class com.baidu.hugegraph.rest.AbstractRestClient
 
put(String, String, Object, Map<String, Object>) - Method in class com.baidu.hugegraph.rest.AbstractRestClient
 
put(String, String, Object, MultivaluedMap<String, Object>, Map<String, Object>) - Method in class com.baidu.hugegraph.rest.AbstractRestClient
 
put(String, String, Object) - Method in interface com.baidu.hugegraph.rest.RestClient
 
put(String, String, Object, MultivaluedMap<String, Object>) - Method in interface com.baidu.hugegraph.rest.RestClient
 
put(String, String, Object, Map<String, Object>) - Method in interface com.baidu.hugegraph.rest.RestClient
 
put(String, String, Object, MultivaluedMap<String, Object>, Map<String, Object>) - Method in interface com.baidu.hugegraph.rest.RestClient
 
put(K, V) - Method in class com.baidu.hugegraph.util.OrderLimitMap
 

R

ram() - Method in class com.baidu.hugegraph.license.LicenseExtraParam
 
randomSet(int, int, int) - Static method in class com.baidu.hugegraph.util.CollectionUtil
 
rangeDouble(N, N) - Static method in class com.baidu.hugegraph.config.OptionChecker
 
rangeInt(N, N) - Static method in class com.baidu.hugegraph.config.OptionChecker
 
readableTime(long) - Static method in class com.baidu.hugegraph.util.TimeUtil
 
readList(String, Class<T>) - Method in class com.baidu.hugegraph.rest.RestResult
 
readList(Class<T>) - Method in class com.baidu.hugegraph.rest.RestResult
 
readObject(Class<T>) - Method in class com.baidu.hugegraph.rest.RestResult
 
readWriteLock(String) - Method in class com.baidu.hugegraph.concurrent.LockGroup
 
ReflectionUtil - Class in com.baidu.hugegraph.util
 
ReflectionUtil() - Constructor for class com.baidu.hugegraph.util.ReflectionUtil
 
register(String, String) - Static method in class com.baidu.hugegraph.config.OptionSpace
 
register(String, OptionHolder) - Static method in class com.baidu.hugegraph.config.OptionSpace
 
registerModule(Module) - Static method in class com.baidu.hugegraph.rest.RestResult
 
registerOptions() - Method in class com.baidu.hugegraph.config.OptionHolder
 
remove() - Method in class com.baidu.hugegraph.iterator.ListIterator
 
remove() - Method in class com.baidu.hugegraph.iterator.WrappedIterator
 
remove(Object) - Method in class com.baidu.hugegraph.perf.PerfUtil.FastMap
 
request(Callable<Response>) - Method in class com.baidu.hugegraph.rest.AbstractRestClient
 
required() - Method in class com.baidu.hugegraph.config.TypedOption
 
reset() - Method in class com.baidu.hugegraph.concurrent.BarrierEvent
 
resetAuthContext() - Method in class com.baidu.hugegraph.rest.AbstractRestClient
 
resetBatchIterator() - Method in class com.baidu.hugegraph.iterator.BatchMapperIterator
 
resetBatchIterator() - Method in class com.baidu.hugegraph.iterator.FlatMapperIterator
 
RestClient - Interface in com.baidu.hugegraph.rest
 
RestResult - Class in com.baidu.hugegraph.rest
 
RestResult(Response) - Constructor for class com.baidu.hugegraph.rest.RestResult
 
resumeSchedule() - Method in class com.baidu.hugegraph.concurrent.PausableScheduledThreadPool
 
ROOT_NAME - Static variable in class com.baidu.hugegraph.perf.Stopwatch.Path
 
rowLock(String) - Method in class com.baidu.hugegraph.concurrent.LockGroup
 
RowLock<K extends Comparable<K>> - Class in com.baidu.hugegraph.concurrent
 
RowLock() - Constructor for class com.baidu.hugegraph.concurrent.RowLock
 
run() - Method in interface com.baidu.hugegraph.testutil.Assert.ThrowableRunnable
 

S

SafeDateFormat - Class in com.baidu.hugegraph.date
The SafeDateFormat actually is a proxy for joda DateTimeFormatter
SafeDateFormat(String) - Constructor for class com.baidu.hugegraph.date.SafeDateFormat
 
SEPARATOR - Static variable in class com.baidu.hugegraph.testutil.Whitebox
 
SerializeException - Exception in com.baidu.hugegraph.rest
 
SerializeException(String, Throwable) - Constructor for exception com.baidu.hugegraph.rest.SerializeException
 
SerializeException(String, Object...) - Constructor for exception com.baidu.hugegraph.rest.SerializeException
 
SerializeException(String, Throwable, Object...) - Constructor for exception com.baidu.hugegraph.rest.SerializeException
 
setAuthContext(String) - Method in class com.baidu.hugegraph.rest.AbstractRestClient
 
setInternalState(Object, String, Object) - Static method in class com.baidu.hugegraph.testutil.Whitebox
 
setTimeZone(String) - Method in class com.baidu.hugegraph.date.SafeDateFormat
 
shutdown() - Method in class com.baidu.hugegraph.concurrent.PausableScheduledThreadPool
 
shutdownNow() - Method in class com.baidu.hugegraph.concurrent.PausableScheduledThreadPool
 
signal() - Method in class com.baidu.hugegraph.concurrent.BarrierEvent
 
signalAll() - Method in class com.baidu.hugegraph.concurrent.BarrierEvent
 
size() - Method in class com.baidu.hugegraph.perf.PerfUtil.FastMap
 
sortableBytesToByte(byte[]) - Static method in class com.baidu.hugegraph.util.NumericUtil
 
sortableBytesToInt(byte[]) - Static method in class com.baidu.hugegraph.util.NumericUtil
 
sortableBytesToLong(byte[]) - Static method in class com.baidu.hugegraph.util.NumericUtil
 
sortableBytesToNumber(byte[], Class<?>) - Static method in class com.baidu.hugegraph.util.NumericUtil
 
sortableDoubleBits(long) - Static method in class com.baidu.hugegraph.util.NumericUtil
Converts IEEE 754 representation of a double to sortable order (or back to the original)
sortableFloatBits(int) - Static method in class com.baidu.hugegraph.util.NumericUtil
Converts IEEE 754 representation of a float to sortable order (or back to the original)
sortableIntToFloat(int) - Static method in class com.baidu.hugegraph.util.NumericUtil
Converts a sortable int back to a float.
sortableLongToDouble(long) - Static method in class com.baidu.hugegraph.util.NumericUtil
Converts a sortable long back to a double.
sortableLongToNumber(long, Class<?>) - Static method in class com.baidu.hugegraph.util.NumericUtil
 
sortByKey(Map<K, V>, boolean) - Static method in class com.baidu.hugegraph.util.CollectionUtil
 
sortByValue(Map<K, V>, boolean) - Static method in class com.baidu.hugegraph.util.CollectionUtil
 
split(String, String, StringUtil.Chars[]) - Static method in class com.baidu.hugegraph.util.StringUtil.Chars
 
split(String, String) - Static method in class com.baidu.hugegraph.util.StringUtil
 
splitToCharsArray(String, String) - Static method in class com.baidu.hugegraph.util.StringUtil
 
start(String) - Method in class com.baidu.hugegraph.perf.PerfUtil
 
start2(String) - Method in class com.baidu.hugegraph.perf.PerfUtil
 
startTime(long) - Method in class com.baidu.hugegraph.perf.LightStopwatch
 
startTime(long) - Method in class com.baidu.hugegraph.perf.NormalStopwatch
 
startTime(long) - Method in interface com.baidu.hugegraph.perf.Stopwatch
 
startTimeUpdateLoop() - Method in class com.baidu.hugegraph.perf.PerfUtil.LocalTimer
 
status() - Method in class com.baidu.hugegraph.rest.RestResult
 
stop() - Method in class com.baidu.hugegraph.perf.PerfUtil.LocalTimer
 
Stopwatch - Interface in com.baidu.hugegraph.perf
 
Stopwatch.Path - Class in com.baidu.hugegraph.perf
 
storePassword() - Method in class com.baidu.hugegraph.license.LicenseCreateParam
 
storePassword() - Method in class com.baidu.hugegraph.license.LicenseInstallParam
 
StringUtil - Class in com.baidu.hugegraph.util
 
StringUtil() - Constructor for class com.baidu.hugegraph.util.StringUtil
 
StringUtil.Chars - Class in com.baidu.hugegraph.util
 
subject() - Method in class com.baidu.hugegraph.license.LicenseCommonParam
 
subject() - Method in class com.baidu.hugegraph.license.LicenseInstallParam
 
subSequence(int, int) - Method in class com.baidu.hugegraph.util.StringUtil.Chars
 
subSet(Set<T>, int, int) - Static method in class com.baidu.hugegraph.util.CollectionUtil
Get sub-set of a set.
superClasses(String) - Static method in class com.baidu.hugegraph.util.ReflectionUtil
 

T

TB - Static variable in class com.baidu.hugegraph.util.Bytes
 
threads() - Method in class com.baidu.hugegraph.license.LicenseExtraParam
 
tillNextMillis(long) - Static method in class com.baidu.hugegraph.util.TimeUtil
 
timeGen() - Static method in class com.baidu.hugegraph.util.TimeUtil
 
timeGen(Date) - Static method in class com.baidu.hugegraph.util.TimeUtil
 
timeGen(long) - Static method in class com.baidu.hugegraph.util.TimeUtil
 
times() - Method in class com.baidu.hugegraph.perf.LightStopwatch
 
times() - Method in class com.baidu.hugegraph.perf.NormalStopwatch
 
times() - Method in interface com.baidu.hugegraph.perf.Stopwatch
 
timestampFromReadableString(String) - Static method in class com.baidu.hugegraph.util.UnitUtil
 
timestampToReadableString(long) - Static method in class com.baidu.hugegraph.util.UnitUtil
 
TimeUtil - Class in com.baidu.hugegraph.util
 
TimeUtil() - Constructor for class com.baidu.hugegraph.util.TimeUtil
 
toECharts() - Method in class com.baidu.hugegraph.perf.PerfUtil
 
toHex(byte) - Static method in class com.baidu.hugegraph.util.Bytes
 
toHex(byte[]) - Static method in class com.baidu.hugegraph.util.Bytes
 
toJson() - Method in class com.baidu.hugegraph.perf.PerfUtil
 
toJson() - Method in interface com.baidu.hugegraph.perf.Stopwatch
 
toList(Object) - Static method in class com.baidu.hugegraph.util.CollectionUtil
 
toPattern() - Method in class com.baidu.hugegraph.date.SafeDateFormat
 
toPattern(String) - Static method in class com.baidu.hugegraph.util.DateUtil
 
topN(int) - Method in class com.baidu.hugegraph.util.OrderLimitMap
 
toSet(Object) - Static method in class com.baidu.hugegraph.util.CollectionUtil
 
toString() - Method in class com.baidu.hugegraph.config.TypedOption
 
toString() - Method in class com.baidu.hugegraph.event.Event
 
toString() - Method in class com.baidu.hugegraph.perf.LightStopwatch
 
toString() - Method in class com.baidu.hugegraph.perf.NormalStopwatch
 
toString() - Method in class com.baidu.hugegraph.perf.PerfUtil
 
toString() - Method in class com.baidu.hugegraph.perf.Stopwatch.Path
 
toString() - Method in class com.baidu.hugegraph.rest.RestResult
 
toString() - Method in class com.baidu.hugegraph.util.StringUtil.Chars
 
toString() - Method in class com.baidu.hugegraph.util.VersionUtil.Version
 
totalChildrenTimes() - Method in class com.baidu.hugegraph.perf.LightStopwatch
 
totalChildrenTimes() - Method in class com.baidu.hugegraph.perf.NormalStopwatch
 
totalChildrenTimes() - Method in interface com.baidu.hugegraph.perf.Stopwatch
 
totalChildrenWasted() - Method in class com.baidu.hugegraph.perf.LightStopwatch
 
totalChildrenWasted() - Method in class com.baidu.hugegraph.perf.NormalStopwatch
 
totalChildrenWasted() - Method in interface com.baidu.hugegraph.perf.Stopwatch
 
totalCost() - Method in class com.baidu.hugegraph.perf.LightStopwatch
 
totalCost(long) - Method in class com.baidu.hugegraph.perf.LightStopwatch
 
totalCost() - Method in class com.baidu.hugegraph.perf.NormalStopwatch
 
totalCost(long) - Method in class com.baidu.hugegraph.perf.NormalStopwatch
 
totalCost() - Method in interface com.baidu.hugegraph.perf.Stopwatch
 
totalCost(long) - Method in interface com.baidu.hugegraph.perf.Stopwatch
 
totalSelfWasted() - Method in class com.baidu.hugegraph.perf.LightStopwatch
 
totalSelfWasted() - Method in class com.baidu.hugegraph.perf.NormalStopwatch
 
totalSelfWasted() - Method in interface com.baidu.hugegraph.perf.Stopwatch
 
totalTimes() - Method in class com.baidu.hugegraph.perf.LightStopwatch
 
totalTimes() - Method in class com.baidu.hugegraph.perf.NormalStopwatch
 
totalTimes() - Method in interface com.baidu.hugegraph.perf.Stopwatch
 
totalWasted() - Method in class com.baidu.hugegraph.perf.LightStopwatch
 
totalWasted() - Method in class com.baidu.hugegraph.perf.NormalStopwatch
 
totalWasted() - Method in interface com.baidu.hugegraph.perf.Stopwatch
 
TriFunction<T1,T2,T3,R> - Interface in com.baidu.hugegraph.func
 
tryLock() - Method in class com.baidu.hugegraph.concurrent.AtomicLock
 
TypedOption<T,R> - Class in com.baidu.hugegraph.config
 
TypedOption(String, boolean, String, Predicate<T>, Class<T>, T) - Constructor for class com.baidu.hugegraph.config.TypedOption
 

U

uninstallLicense() - Method in interface com.baidu.hugegraph.license.LicenseManager
 
union(Collection<T>, Collection<T>) - Static method in class com.baidu.hugegraph.util.CollectionUtil
 
UnitUtil - Class in com.baidu.hugegraph.util
 
UnitUtil() - Constructor for class com.baidu.hugegraph.util.UnitUtil
 
unlisten(String) - Method in class com.baidu.hugegraph.event.EventHub
 
unlisten(String, EventListener) - Method in class com.baidu.hugegraph.event.EventHub
 
unlock() - Method in class com.baidu.hugegraph.concurrent.AtomicLock
 
unlock(Object) - Method in class com.baidu.hugegraph.concurrent.KeyLock
Unlock an object
unlock(K) - Method in class com.baidu.hugegraph.concurrent.RowLock
 
unlockAll(List<Lock>) - Method in class com.baidu.hugegraph.concurrent.KeyLock
Unlock a list of object
unlockAll(Set<K>) - Method in class com.baidu.hugegraph.concurrent.RowLock
 
useLightStopwatch(boolean) - Static method in class com.baidu.hugegraph.perf.PerfUtil
 
useLocalTimer(boolean) - Static method in class com.baidu.hugegraph.perf.PerfUtil
 

V

validB64Char(char) - Static method in class com.baidu.hugegraph.util.LongEncoding
 
verify(String, SSLSession) - Method in class com.baidu.hugegraph.rest.AbstractRestClient.HostNameVerifier
 
verifyLicense() - Method in interface com.baidu.hugegraph.license.LicenseManager
 
version() - Method in class com.baidu.hugegraph.license.LicenseExtraParam
 
Version(String) - Constructor for class com.baidu.hugegraph.util.VersionUtil.Version
 
VERSION - Static variable in class com.baidu.hugegraph.version.CommonVersion
 
VersionUtil - Class in com.baidu.hugegraph.util
 
VersionUtil() - Constructor for class com.baidu.hugegraph.util.VersionUtil
 
VersionUtil.Version - Class in com.baidu.hugegraph.util
class Version for compare https://stackoverflow.com/questions/198431/how-do-you-compare-two-version-strings-in-java
vertices() - Method in class com.baidu.hugegraph.license.LicenseExtraParam
 

W

Whitebox - Class in com.baidu.hugegraph.testutil
 
Whitebox() - Constructor for class com.baidu.hugegraph.testutil.Whitebox
 
WrappedIterator<R> - Class in com.baidu.hugegraph.iterator
 
WrappedIterator() - Constructor for class com.baidu.hugegraph.iterator.WrappedIterator
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links

Copyright © 2021. All rights reserved.