Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LegacyLands/legacy-lands-library
/ functions
Functions
2,130 in github.com/LegacyLands/legacy-lands-library
⨍
Functions
2,130
◇
Types & classes
421
↓ 1 callers
Method
determineExecutionContext
Determines the execution context based on propagation behavior. @param context the aspect context @param transactional the transaction annota
aop/src/main/java/net/legacy/library/aop/aspect/DistributedTransactionAspect.java:105
↓ 1 callers
Method
discoverTestMethods
Discovers test methods in a test class using reflection. @param testClass the test class to scan @return list of test method names
aop/src/main/java/net/legacy/library/aop/test/AOPTestRunner.java:196
↓ 1 callers
Method
enforceCustomReentrancy
(AsyncSafe asyncSafe, AspectContext context, CustomLockStrategy lockStrategy)
aop/src/main/java/net/legacy/library/aop/aspect/AsyncSafeAspect.java:116
↓ 1 callers
Method
enforceReentrancyPolicy
(AsyncSafe asyncSafe, AspectContext context, Method method)
aop/src/main/java/net/legacy/library/aop/aspect/AsyncSafeAspect.java:104
↓ 1 callers
Method
enforceSecurity
Enforces security policies for the method invocation. @param secured the security annotation @param context the security context @throws SecurityExce
aop/src/main/java/net/legacy/library/aop/aspect/SecurityAspect.java:144
↓ 1 callers
Method
enhance
Enhances an existing object with AOP capabilities. @param instance the object instance @param <T> the type of the object @return the AOP-enhance
aop/src/main/java/net/legacy/library/aop/factory/AOPFactory.java:78
↓ 1 callers
Method
errorLevelOperation
(String input)
aop/src/main/java/net/legacy/library/aop/test/AOPLoggingTest.java:238
↓ 1 callers
Method
eventuallySuccessfulOperation
(String input)
aop/src/main/java/net/legacy/library/aop/test/AOPRetryTest.java:649
↓ 1 callers
Method
execute
Executes the method invocation with custom logic @param context the aspect context containing method and target information @param invocation the
aop/src/main/java/net/legacy/library/aop/custom/CustomExecutor.java:29
↓ 1 callers
Method
execute
Executes the task. @return a CompletableFuture that completes with the result
aop/src/main/java/net/legacy/library/aop/fault/RetryPolicy.java:233
↓ 1 callers
Method
execute
{@inheritDoc} @param script {@inheritDoc} @param scriptScope {@inheritDoc} @return {@inheritDoc} @throws ScriptException {@inheritDoc}
script/src/main/java/net/legacy/library/script/engine/js/NashornScriptEngine.java:52
↓ 1 callers
Method
execute
{@inheritDoc} @param script {@inheritDoc} @param scriptScope {@inheritDoc} @return {@inheritDoc} @throws ScriptException {@inheritDoc}
script/src/main/java/net/legacy/library/script/engine/js/RhinoScriptEngine.java:56
↓ 1 callers
Method
execute
Executes relationship operations using the provided transaction context. <p>The implementation can use the transaction context to perform multiple re
player/src/main/java/net/legacy/library/player/service/RelationshipTransactionCallback.java:26
↓ 1 callers
Method
execute
(RStream<Object, Object> rStream, StreamMessageId streamMessageId, LegacyEntityDataServic
player/src/main/java/net/legacy/library/player/test/ResilientIntegrationTest.java:474
↓ 1 callers
Method
execute
Executes the test logic and returns a result summary. @return the test result summary @throws Exception if test execution fails
foundation/src/main/java/net/legacy/library/foundation/test/TestExecution.java:23
↓ 1 callers
Method
executeAsync
(Object target, Method method, Retry retry, MethodInvocatio
aop/src/main/java/net/legacy/library/aop/aspect/RetryAspect.java:108
↓ 1 callers
Method
executeAsync
(AspectContext context, MethodInvocation invocation, AsyncSafe asyncSafe, boolean isMainThread)
aop/src/main/java/net/legacy/library/aop/aspect/AsyncSafeAspect.java:167
↓ 1 callers
Method
executeCompensation
Executes compensation for a failed participant. @param participant the failed participant @param context the transaction context
aop/src/main/java/net/legacy/library/aop/transaction/DistributedTransactionCoordinator.java:380
↓ 1 callers
Method
executeCompensation
Executes compensation for a failed participant. @param participant the failed participant @param context the transaction context @throws Compensa
aop/src/main/java/net/legacy/library/aop/transaction/CompensationRegistry.java:41
↓ 1 callers
Method
executeCompensation
(CompensationAction compensation, FailureContext context)
player/src/main/java/net/legacy/library/player/task/redis/resilience/ResilientRStreamAccepter.java:227
↓ 1 callers
Method
executeCompensation
(CompensationAction compensation, FailureContext context)
player/src/main/java/net/legacy/library/player/task/redis/resilience/ResilientEntityRStreamAccepter.java:184
↓ 1 callers
Method
executeCompiled
{@inheritDoc} @param compiledScript {@inheritDoc} @param scriptScope {@inheritDoc} @return {@inheritDoc} @throws ScriptException {@inheritDoc}
script/src/main/java/net/legacy/library/script/engine/js/NashornScriptEngine.java:138
↓ 1 callers
Method
executeCompiled
{@inheritDoc} @param compiledScript {@inheritDoc} @param scriptScope {@inheritDoc} @return {@inheritDoc} @throws ScriptException {@inheritDoc}
script/src/main/java/net/legacy/library/script/engine/js/RhinoScriptEngine.java:128
↓ 1 callers
Method
executeCustom
(AspectContext context, MethodInvocation invocation, AsyncSafe asyncSafe)
aop/src/main/java/net/legacy/library/aop/aspect/AsyncSafeAspect.java:240
↓ 1 callers
Method
executeCustomTests
Executes custom tests from AOPCustomTest.
aop/src/main/java/net/legacy/library/aop/test/AOPTestRunner.java:225
↓ 1 callers
Method
executeDirectly
(net.legacy.library.aop.fault.CircuitBreaker circuitBreaker, MethodInvocati
aop/src/main/java/net/legacy/library/aop/aspect/CircuitBreakerAspect.java:194
↓ 1 callers
Method
executeInTransaction
Executes the method within a transaction context. @param context the aspect context @param invocation the method invocation @param
aop/src/main/java/net/legacy/library/aop/aspect/DistributedTransactionAspect.java:151
↓ 1 callers
Method
executeModuleTests
Executes module tests with standardized logging and error handling. <p>This method provides maximum flexibility by accepting any test execution logic
foundation/src/main/java/net/legacy/library/foundation/test/TestExecutionUtil.java:46
↓ 1 callers
Method
executeParameterMatchingTests
Executes parameter matching tests from ParameterMatchingTest.
aop/src/main/java/net/legacy/library/aop/test/AOPTestRunner.java:269
↓ 1 callers
Method
executePointcutTests
Executes pointcut expression tests from AOPPointcutTest.
aop/src/main/java/net/legacy/library/aop/test/AOPTestRunner.java:247
↓ 1 callers
Method
executeSync
(Object target, Method method, Retry retry, MethodInvocation invocation, Object
aop/src/main/java/net/legacy/library/aop/aspect/RetryAspect.java:72
↓ 1 callers
Method
executeSync
(AspectContext context, MethodInvocation invocation, AsyncSafe asyncSafe, boolean isMainThread)
aop/src/main/java/net/legacy/library/aop/aspect/AsyncSafeAspect.java:147
↓ 1 callers
Method
executeTestMethod
Executes a single test method.
cache/src/main/java/net/legacy/library/cache/test/CacheTestRunner.java:151
↓ 1 callers
Method
executeTestMethod
Execute a single static test method.
aop/src/main/java/net/legacy/library/aop/test/AOPTestRunner.java:166
↓ 1 callers
Method
executeTestMethod
Execute a single static test method.
annotation/src/main/java/net/legacy/library/annotation/test/AnnotationTestRunner.java:210
↓ 1 callers
Method
executeTestMethod
Execute a single static test method.
script/src/main/java/net/legacy/library/script/test/ScriptTestRunner.java:146
↓ 1 callers
Method
executeTestMethod
Execute a single static test method
player/src/main/java/net/legacy/library/player/test/PlayerTestRunner.java:152
↓ 1 callers
Method
executeTestMethod
Execute a single static test method
commons/src/main/java/net/legacy/library/commons/test/CommonsTestRunner.java:146
↓ 1 callers
Method
executeTests
Executes the module-specific tests. <p>This is the main method that subclasses must implement to define their test logic. It will be called within th
foundation/src/main/java/net/legacy/library/foundation/test/AbstractModuleTestRunner.java:95
↓ 1 callers
Method
executeVirtual
(AspectContext context, MethodInvocation invocation, AsyncSafe asyncSafe)
aop/src/main/java/net/legacy/library/aop/aspect/AsyncSafeAspect.java:184
↓ 1 callers
Method
executeWithCircuitBreaker
(net.legacy.library.aop.fault.CircuitBreaker circuitBreaker, Circ
aop/src/main/java/net/legacy/library/aop/aspect/CircuitBreakerAspect.java:179
↓ 1 callers
Method
executeWithLock
Executes the given operation with appropriate locking mechanism @param context the aspect context @param operation the operation to execute under
aop/src/main/java/net/legacy/library/aop/custom/CustomLockStrategy.java:30
↓ 1 callers
Method
executeWithRetry
Executes a gRPC call that returns a {@link TaskResponse} with retry logic for transient errors. <p>This is a specific wrapper around {@link #executeGr
experimental/third-party-schedulers/bukkit-grpc-client/src/main/java/net/legacy/library/grpcclient/task/GRPCTaskSchedulerClient.java:402
↓ 1 callers
Method
executeWithTimeout
Executes the method invocation with timeout monitoring. @param context the aspect context @param invocation the method invocation
aop/src/main/java/net/legacy/library/aop/aspect/DistributedTransactionAspect.java:335
↓ 1 callers
Method
executeWithTimeout
(net.legacy.library.aop.fault.CircuitBreaker circuitBreaker, MethodInvoc
aop/src/main/java/net/legacy/library/aop/aspect/CircuitBreakerAspect.java:209
↓ 1 callers
Method
executeWithTimeout
Executes the task with a timeout. @param timeout the timeout in milliseconds @return a CompletableFuture that completes with the result
aop/src/main/java/net/legacy/library/aop/fault/RetryPolicy.java:241
↓ 1 callers
Method
exponentialJitterBackoffOperation
(String input)
aop/src/main/java/net/legacy/library/aop/test/AOPRetryTest.java:727
↓ 1 callers
Method
exportSpan
(TraceContext context)
aop/src/main/java/net/legacy/library/aop/tracing/InMemoryTraceExporter.java:44
↓ 1 callers
Method
extractTestMetrics
Extracts test metrics from result metadata with type safety. @param result the test result summary @return extracted test metrics
foundation/src/main/java/net/legacy/library/foundation/test/TestExecutionUtil.java:78
↓ 1 callers
Method
failingWithFallback
(String input)
aop/src/main/java/net/legacy/library/aop/test/AOPRetryTest.java:662
↓ 1 callers
Method
failureRateOperation
(String input)
aop/src/main/java/net/legacy/library/aop/test/AOPCircuitBreakerTest.java:504
↓ 1 callers
Function
fib
(n: i32)
experimental/third-party-schedulers/task-scheduler-rust/src/tasks/builtin.rs:288
↓ 1 callers
Method
finalizeTests
Performs final cleanup operations that always execute. <p>This method is called in the finally block of {@link #runTests()} and is guaranteed to exec
foundation/src/main/java/net/legacy/library/foundation/test/AbstractModuleTestRunner.java:132
↓ 1 callers
Method
finallyAfter
Invoked in the "finally" block after processing a class, regardless of success or failure. <p>This method can be used for cleanup, logging, or other
annotation/src/main/java/net/legacy/library/annotation/service/CustomAnnotationProcessor.java:58
↓ 1 callers
Method
findFallbackMethod
(String fallbackMethodName, Method originalMethod, Class<?> targetClass)
aop/src/main/java/net/legacy/library/aop/aspect/CircuitBreakerAspect.java:265
↓ 1 callers
Method
findFallbackMethod
(String fallbackMethodName, Method originalMethod, Class<?> targetClass)
aop/src/main/java/net/legacy/library/aop/aspect/RateLimiterAspect.java:255
↓ 1 callers
Method
findMethod
(String name)
aop/src/main/java/net/legacy/library/aop/test/ParameterMatchingTest.java:217
↓ 1 callers
Method
findTargetMethod
(Method proxyMethod)
aop/src/main/java/net/legacy/library/aop/proxy/AspectInvocationHandler.java:67
↓ 1 callers
Method
fixedBackoffOperation
(String input)
aop/src/main/java/net/legacy/library/aop/test/AOPRetryTest.java:684
↓ 1 callers
Method
flakyOperation
(String input)
aop/src/main/java/net/legacy/library/aop/test/AOPRetryTest.java:646
↓ 1 callers
Method
flush
Flushes any pending trace data to ensure it's exported.
aop/src/main/java/net/legacy/library/aop/tracing/TraceExporter.java:41
↓ 1 callers
Method
formatArgument
(Object arg)
script/src/main/java/net/legacy/library/script/engine/groovy/GroovyEngine.java:245
↓ 1 callers
Method
formatMessage
(String template, AspectContext context, Throwable original)
aop/src/main/java/net/legacy/library/aop/aspect/ExceptionWrapperAspect.java:159
↓ 1 callers
Method
gatherCandidateMethods
(Class<?> targetClass)
aop/src/main/java/net/legacy/library/aop/service/AOPService.java:221
↓ 1 callers
Method
generateCacheKey
(String script)
script/src/main/java/net/legacy/library/script/engine/groovy/GroovyEngine.java:262
↓ 1 callers
Method
generateComplexData
Helper method to generate complex data for memory pressure testing.
player/src/main/java/net/legacy/library/player/test/PerformanceStressTest.java:620
↓ 1 callers
Method
generateFailureResult
Generates a failure result summary. <p>Subclasses can override this method to customize the failure message or include additional error information i
foundation/src/main/java/net/legacy/library/foundation/test/AbstractModuleTestRunner.java:168
↓ 1 callers
Method
generateLockKey
(AspectContext context)
aop/src/main/java/net/legacy/library/aop/custom/CustomExecutorRegistry.java:251
↓ 1 callers
Method
generateSpanId
Generates a unique span ID. @return a unique span ID
aop/src/main/java/net/legacy/library/aop/tracing/TraceContext.java:166
↓ 1 callers
Method
generateSpanId
Generates a unique span ID. @return a unique span ID
aop/src/main/java/net/legacy/library/aop/tracing/DefaultTraceService.java:274
↓ 1 callers
Method
generateSuccessResult
Generates a success result summary. <p>Subclasses can override this method to customize the success message or include additional metadata in the res
foundation/src/main/java/net/legacy/library/foundation/test/AbstractModuleTestRunner.java:146
↓ 1 callers
Method
generateTraceId
Generates a unique trace ID. @return a unique trace ID
aop/src/main/java/net/legacy/library/aop/tracing/DefaultTraceService.java:263
↓ 1 callers
Method
get
(Object key)
cache/src/main/java/net/legacy/library/cache/test/CacheImplementationsTest.java:400
↓ 1 callers
Method
getActionName
{@inheritDoc} @return {@inheritDoc}
player/src/main/java/net/legacy/library/player/task/redis/resilience/ResilientEntityRStreamAccepter.java:76
↓ 1 callers
Method
getAllModeResults
Retrieves all original objects returned by the mode functions. <p>Returns raw objects in execution order, which may include various types like {@link
commons/src/main/java/net/legacy/library/commons/task/TaskChain.java:222
↓ 1 callers
Method
getApiKey
()
aop/src/main/java/net/legacy/library/aop/test/AOPDynamicConfigTest.java:275
↓ 1 callers
Method
getAspect
Retrieves an aspect instance by its class type. <p>This operation is thread-safe and will return the most recently registered instance for the given
aop/src/main/java/net/legacy/library/aop/registry/AspectRegistry.java:99
↓ 1 callers
Method
getAttribute
Gets a context attribute. @param key the attribute key @return the attribute value, or {@code null} if not found
aop/src/main/java/net/legacy/library/aop/model/AspectContext.java:62
↓ 1 callers
Method
getAverageDuration
Calculates the average duration of all completed timers. @return the average duration in milliseconds, or 0 if no timers completed
foundation/src/main/java/net/legacy/library/foundation/util/TestTimer.java:192
↓ 1 callers
Method
getBaggage
Gets a baggage item. @param key the baggage key @return the baggage value, or null if not found
aop/src/main/java/net/legacy/library/aop/tracing/TraceContext.java:108
↓ 1 callers
Method
getCompensationStrategy
(TransactionParticipant participant)
aop/src/main/java/net/legacy/library/aop/transaction/DefaultCompensationRegistry.java:76
↓ 1 callers
Method
getCurrentTransactionContext
Gets the current transaction context from the thread-local stack. @return the current transaction context, or null if no active transaction
aop/src/main/java/net/legacy/library/aop/aspect/DistributedTransactionAspect.java:259
↓ 1 callers
Method
getCurrentWindowUsage
Gets the current window usage. @return the current window usage
aop/src/main/java/net/legacy/library/aop/fault/RateLimiter.java:331
↓ 1 callers
Method
getDefaultProvider
Gets the default security provider. @return the default provider, or null if no providers are registered
aop/src/main/java/net/legacy/library/aop/security/SecurityProviderRegistry.java:87
↓ 1 callers
Method
getDefaultValue
()
aop/src/main/java/net/legacy/library/aop/config/ConfigurationService.java:284
↓ 1 callers
Method
getDescription
()
aop/src/main/java/net/legacy/library/aop/config/ConfigurationService.java:280
↓ 1 callers
Method
getElapsedTime
Gets the total elapsed time since context creation. @return elapsed time in milliseconds
foundation/src/main/java/net/legacy/library/foundation/test/TestExecutionContext.java:150
↓ 1 callers
Method
getEntityLockKey
Gets the lock key for entity operations. @param service the entity data service @param operation the operation or process name requiring the lock @
player/src/main/java/net/legacy/library/player/util/EntityRKeyUtil.java:84
↓ 1 callers
Method
getErrorMessage
Gets the error message to use when authorization fails. @return error message
aop/src/main/java/net/legacy/library/aop/annotation/SecurityPolicy.java:29
↓ 1 callers
Method
getErrorMessage
Gets the error message to use when validation fails. @param value the invalid value @param context the validation context @return error message
aop/src/main/java/net/legacy/library/aop/annotation/InputValidator.java:32
↓ 1 callers
Method
getExceptionCount
Gets the number of exceptions that occurred. @return the exception count
annotation/src/main/java/net/legacy/library/annotation/test/TestableAnnotationProcessor.java:64
↓ 1 callers
Method
getExpirationTimeMillis
Gets the expiration time value in milliseconds. @return the expiration time value in milliseconds, or 0 if no expiration is set
player/src/main/java/net/legacy/library/player/task/redis/EntityRStreamTask.java:69
↓ 1 callers
Method
getFieldAnnotations
(Class<?> targetClass)
aop/src/main/java/net/legacy/library/aop/aspect/DynamicConfigAspect.java:150
↓ 1 callers
Method
getGetCount
()
cache/src/main/java/net/legacy/library/cache/test/CacheImplementationsTest.java:412
↓ 1 callers
Method
getIgnoreCount
Gets the ignore counter value.
aop/src/main/java/net/legacy/library/aop/test/AOPRetryTest.java:868
↓ 1 callers
Method
getIllegalArgCount
Gets the illegal argument counter value.
aop/src/main/java/net/legacy/library/aop/test/AOPRetryTest.java:861
↓ 1 callers
Method
getInterceptors
Gets all registered interceptors for a class.
aop/src/main/java/net/legacy/library/aop/proxy/AspectProxyFactory.java:152
↓ 1 callers
Method
getInvocationCount
Gets the total number of method invocations. @return the invocation count
aop/src/main/java/net/legacy/library/aop/model/MethodMetrics.java:48
↓ 1 callers
Method
getIoExceptionCount
Gets the IO exception counter value.
aop/src/main/java/net/legacy/library/aop/test/AOPRetryTest.java:854
↓ 1 callers
Method
getMCScheduler
Provides the {@link MCScheduler} instance used for scheduling tasks. <p>By default, this returns {@code MCSchedulers.getAsyncScheduler()}, but implem
commons/src/main/java/net/legacy/library/commons/task/TaskInterface.java:148
← previous
next →
601–700 of 2,130, ranked by callers