MCPcopy Create free account

hub / github.com/LegacyLands/legacy-lands-library / functions

Functions2,130 in github.com/LegacyLands/legacy-lands-library

↓ 1 callersMethoddetermineExecutionContext
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 callersMethoddiscoverTestMethods
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 callersMethodenforceCustomReentrancy
(AsyncSafe asyncSafe, AspectContext context, CustomLockStrategy lockStrategy)
aop/src/main/java/net/legacy/library/aop/aspect/AsyncSafeAspect.java:116
↓ 1 callersMethodenforceReentrancyPolicy
(AsyncSafe asyncSafe, AspectContext context, Method method)
aop/src/main/java/net/legacy/library/aop/aspect/AsyncSafeAspect.java:104
↓ 1 callersMethodenforceSecurity
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 callersMethodenhance
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 callersMethoderrorLevelOperation
(String input)
aop/src/main/java/net/legacy/library/aop/test/AOPLoggingTest.java:238
↓ 1 callersMethodeventuallySuccessfulOperation
(String input)
aop/src/main/java/net/legacy/library/aop/test/AOPRetryTest.java:649
↓ 1 callersMethodexecute
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 callersMethodexecute
Executes the task. @return a CompletableFuture that completes with the result
aop/src/main/java/net/legacy/library/aop/fault/RetryPolicy.java:233
↓ 1 callersMethodexecute
{@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 callersMethodexecute
{@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 callersMethodexecute
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 callersMethodexecute
(RStream<Object, Object> rStream, StreamMessageId streamMessageId, LegacyEntityDataServic
player/src/main/java/net/legacy/library/player/test/ResilientIntegrationTest.java:474
↓ 1 callersMethodexecute
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 callersMethodexecuteAsync
(Object target, Method method, Retry retry, MethodInvocatio
aop/src/main/java/net/legacy/library/aop/aspect/RetryAspect.java:108
↓ 1 callersMethodexecuteAsync
(AspectContext context, MethodInvocation invocation, AsyncSafe asyncSafe, boolean isMainThread)
aop/src/main/java/net/legacy/library/aop/aspect/AsyncSafeAspect.java:167
↓ 1 callersMethodexecuteCompensation
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 callersMethodexecuteCompensation
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 callersMethodexecuteCompensation
(CompensationAction compensation, FailureContext context)
player/src/main/java/net/legacy/library/player/task/redis/resilience/ResilientRStreamAccepter.java:227
↓ 1 callersMethodexecuteCompensation
(CompensationAction compensation, FailureContext context)
player/src/main/java/net/legacy/library/player/task/redis/resilience/ResilientEntityRStreamAccepter.java:184
↓ 1 callersMethodexecuteCompiled
{@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 callersMethodexecuteCompiled
{@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 callersMethodexecuteCustom
(AspectContext context, MethodInvocation invocation, AsyncSafe asyncSafe)
aop/src/main/java/net/legacy/library/aop/aspect/AsyncSafeAspect.java:240
↓ 1 callersMethodexecuteCustomTests
Executes custom tests from AOPCustomTest.
aop/src/main/java/net/legacy/library/aop/test/AOPTestRunner.java:225
↓ 1 callersMethodexecuteDirectly
(net.legacy.library.aop.fault.CircuitBreaker circuitBreaker, MethodInvocati
aop/src/main/java/net/legacy/library/aop/aspect/CircuitBreakerAspect.java:194
↓ 1 callersMethodexecuteInTransaction
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 callersMethodexecuteModuleTests
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 callersMethodexecuteParameterMatchingTests
Executes parameter matching tests from ParameterMatchingTest.
aop/src/main/java/net/legacy/library/aop/test/AOPTestRunner.java:269
↓ 1 callersMethodexecutePointcutTests
Executes pointcut expression tests from AOPPointcutTest.
aop/src/main/java/net/legacy/library/aop/test/AOPTestRunner.java:247
↓ 1 callersMethodexecuteSync
(Object target, Method method, Retry retry, MethodInvocation invocation, Object
aop/src/main/java/net/legacy/library/aop/aspect/RetryAspect.java:72
↓ 1 callersMethodexecuteSync
(AspectContext context, MethodInvocation invocation, AsyncSafe asyncSafe, boolean isMainThread)
aop/src/main/java/net/legacy/library/aop/aspect/AsyncSafeAspect.java:147
↓ 1 callersMethodexecuteTestMethod
Executes a single test method.
cache/src/main/java/net/legacy/library/cache/test/CacheTestRunner.java:151
↓ 1 callersMethodexecuteTestMethod
Execute a single static test method.
aop/src/main/java/net/legacy/library/aop/test/AOPTestRunner.java:166
↓ 1 callersMethodexecuteTestMethod
Execute a single static test method.
annotation/src/main/java/net/legacy/library/annotation/test/AnnotationTestRunner.java:210
↓ 1 callersMethodexecuteTestMethod
Execute a single static test method.
script/src/main/java/net/legacy/library/script/test/ScriptTestRunner.java:146
↓ 1 callersMethodexecuteTestMethod
Execute a single static test method
player/src/main/java/net/legacy/library/player/test/PlayerTestRunner.java:152
↓ 1 callersMethodexecuteTestMethod
Execute a single static test method
commons/src/main/java/net/legacy/library/commons/test/CommonsTestRunner.java:146
↓ 1 callersMethodexecuteTests
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 callersMethodexecuteVirtual
(AspectContext context, MethodInvocation invocation, AsyncSafe asyncSafe)
aop/src/main/java/net/legacy/library/aop/aspect/AsyncSafeAspect.java:184
↓ 1 callersMethodexecuteWithCircuitBreaker
(net.legacy.library.aop.fault.CircuitBreaker circuitBreaker, Circ
aop/src/main/java/net/legacy/library/aop/aspect/CircuitBreakerAspect.java:179
↓ 1 callersMethodexecuteWithLock
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 callersMethodexecuteWithRetry
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 callersMethodexecuteWithTimeout
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 callersMethodexecuteWithTimeout
(net.legacy.library.aop.fault.CircuitBreaker circuitBreaker, MethodInvoc
aop/src/main/java/net/legacy/library/aop/aspect/CircuitBreakerAspect.java:209
↓ 1 callersMethodexecuteWithTimeout
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 callersMethodexponentialJitterBackoffOperation
(String input)
aop/src/main/java/net/legacy/library/aop/test/AOPRetryTest.java:727
↓ 1 callersMethodexportSpan
(TraceContext context)
aop/src/main/java/net/legacy/library/aop/tracing/InMemoryTraceExporter.java:44
↓ 1 callersMethodextractTestMetrics
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 callersMethodfailingWithFallback
(String input)
aop/src/main/java/net/legacy/library/aop/test/AOPRetryTest.java:662
↓ 1 callersMethodfailureRateOperation
(String input)
aop/src/main/java/net/legacy/library/aop/test/AOPCircuitBreakerTest.java:504
↓ 1 callersFunctionfib
(n: i32)
experimental/third-party-schedulers/task-scheduler-rust/src/tasks/builtin.rs:288
↓ 1 callersMethodfinalizeTests
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 callersMethodfinallyAfter
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 callersMethodfindFallbackMethod
(String fallbackMethodName, Method originalMethod, Class<?> targetClass)
aop/src/main/java/net/legacy/library/aop/aspect/CircuitBreakerAspect.java:265
↓ 1 callersMethodfindFallbackMethod
(String fallbackMethodName, Method originalMethod, Class<?> targetClass)
aop/src/main/java/net/legacy/library/aop/aspect/RateLimiterAspect.java:255
↓ 1 callersMethodfindMethod
(String name)
aop/src/main/java/net/legacy/library/aop/test/ParameterMatchingTest.java:217
↓ 1 callersMethodfindTargetMethod
(Method proxyMethod)
aop/src/main/java/net/legacy/library/aop/proxy/AspectInvocationHandler.java:67
↓ 1 callersMethodfixedBackoffOperation
(String input)
aop/src/main/java/net/legacy/library/aop/test/AOPRetryTest.java:684
↓ 1 callersMethodflakyOperation
(String input)
aop/src/main/java/net/legacy/library/aop/test/AOPRetryTest.java:646
↓ 1 callersMethodflush
Flushes any pending trace data to ensure it's exported.
aop/src/main/java/net/legacy/library/aop/tracing/TraceExporter.java:41
↓ 1 callersMethodformatArgument
(Object arg)
script/src/main/java/net/legacy/library/script/engine/groovy/GroovyEngine.java:245
↓ 1 callersMethodformatMessage
(String template, AspectContext context, Throwable original)
aop/src/main/java/net/legacy/library/aop/aspect/ExceptionWrapperAspect.java:159
↓ 1 callersMethodgatherCandidateMethods
(Class<?> targetClass)
aop/src/main/java/net/legacy/library/aop/service/AOPService.java:221
↓ 1 callersMethodgenerateCacheKey
(String script)
script/src/main/java/net/legacy/library/script/engine/groovy/GroovyEngine.java:262
↓ 1 callersMethodgenerateComplexData
Helper method to generate complex data for memory pressure testing.
player/src/main/java/net/legacy/library/player/test/PerformanceStressTest.java:620
↓ 1 callersMethodgenerateFailureResult
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 callersMethodgenerateLockKey
(AspectContext context)
aop/src/main/java/net/legacy/library/aop/custom/CustomExecutorRegistry.java:251
↓ 1 callersMethodgenerateSpanId
Generates a unique span ID. @return a unique span ID
aop/src/main/java/net/legacy/library/aop/tracing/TraceContext.java:166
↓ 1 callersMethodgenerateSpanId
Generates a unique span ID. @return a unique span ID
aop/src/main/java/net/legacy/library/aop/tracing/DefaultTraceService.java:274
↓ 1 callersMethodgenerateSuccessResult
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 callersMethodgenerateTraceId
Generates a unique trace ID. @return a unique trace ID
aop/src/main/java/net/legacy/library/aop/tracing/DefaultTraceService.java:263
↓ 1 callersMethodget
(Object key)
cache/src/main/java/net/legacy/library/cache/test/CacheImplementationsTest.java:400
↓ 1 callersMethodgetActionName
{@inheritDoc} @return {@inheritDoc}
player/src/main/java/net/legacy/library/player/task/redis/resilience/ResilientEntityRStreamAccepter.java:76
↓ 1 callersMethodgetAllModeResults
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 callersMethodgetApiKey
()
aop/src/main/java/net/legacy/library/aop/test/AOPDynamicConfigTest.java:275
↓ 1 callersMethodgetAspect
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 callersMethodgetAttribute
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 callersMethodgetAverageDuration
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 callersMethodgetBaggage
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 callersMethodgetCompensationStrategy
(TransactionParticipant participant)
aop/src/main/java/net/legacy/library/aop/transaction/DefaultCompensationRegistry.java:76
↓ 1 callersMethodgetCurrentTransactionContext
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 callersMethodgetCurrentWindowUsage
Gets the current window usage. @return the current window usage
aop/src/main/java/net/legacy/library/aop/fault/RateLimiter.java:331
↓ 1 callersMethodgetDefaultProvider
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 callersMethodgetDefaultValue
()
aop/src/main/java/net/legacy/library/aop/config/ConfigurationService.java:284
↓ 1 callersMethodgetDescription
()
aop/src/main/java/net/legacy/library/aop/config/ConfigurationService.java:280
↓ 1 callersMethodgetElapsedTime
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 callersMethodgetEntityLockKey
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 callersMethodgetErrorMessage
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 callersMethodgetErrorMessage
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 callersMethodgetExceptionCount
Gets the number of exceptions that occurred. @return the exception count
annotation/src/main/java/net/legacy/library/annotation/test/TestableAnnotationProcessor.java:64
↓ 1 callersMethodgetExpirationTimeMillis
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 callersMethodgetFieldAnnotations
(Class<?> targetClass)
aop/src/main/java/net/legacy/library/aop/aspect/DynamicConfigAspect.java:150
↓ 1 callersMethodgetGetCount
()
cache/src/main/java/net/legacy/library/cache/test/CacheImplementationsTest.java:412
↓ 1 callersMethodgetIgnoreCount
Gets the ignore counter value.
aop/src/main/java/net/legacy/library/aop/test/AOPRetryTest.java:868
↓ 1 callersMethodgetIllegalArgCount
Gets the illegal argument counter value.
aop/src/main/java/net/legacy/library/aop/test/AOPRetryTest.java:861
↓ 1 callersMethodgetInterceptors
Gets all registered interceptors for a class.
aop/src/main/java/net/legacy/library/aop/proxy/AspectProxyFactory.java:152
↓ 1 callersMethodgetInvocationCount
Gets the total number of method invocations. @return the invocation count
aop/src/main/java/net/legacy/library/aop/model/MethodMetrics.java:48
↓ 1 callersMethodgetIoExceptionCount
Gets the IO exception counter value.
aop/src/main/java/net/legacy/library/aop/test/AOPRetryTest.java:854
↓ 1 callersMethodgetMCScheduler
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
← previousnext →601–700 of 2,130, ranked by callers