MCPcopy Index your code
hub / github.com/Viscent/javamtp

github.com/Viscent/javamtp @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
689 symbols 1,378 edges 127 files 90 documented · 13%
What it actually does AI analysis from the code graph — generated when you open this
loading…

Extension points exported contracts — how you extend this code

TaskProcessor (Interface)
对任务处理的抽象。 @author Viscent Huang @param 表示任务的类型 @param 表示任务处理结果的类型 [10 implementers]
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch11/stc/TaskProcessor.java
SubTaskDispatchStrategy (Interface)
对子任务派发算法策略的抽象。 @author Viscent Huang @param 子任务类型 @param 子任务处理结果类型 [4 implementers]
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/SubTaskDispatchStrategy.java
Pipe (Interface)
对处理阶段的抽象。 负责对其输入进行处理,并将其输出作为下一个处理阶段的输入。 @author Viscent Huang @param 输入类型 @param 输出类型 [3 implementers]
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/Pipe.java
FTPUploader (Interface)
(no doc) [5 implementers]
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch6/promise/example/FTPUploader.java
Channel (Interface)
对通道参与者进行抽象。 @author Viscent Huang @param “产品”类型 [3 implementers]
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch7/pc/Channel.java

Core symbols most depended-on inside this repo

get
called by 46
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch1/ThreadSafeCounter.java
info
called by 40
JavaConcurrencyPatternInAction/src/io/github/viscent/util/Debug.java
put
called by 35
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch7/pc/Channel.java
getName
called by 25
JavaConcurrencyPatternInAction/src/io/github/viscent/util/Debug.java
close
called by 16
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/example/RecordSource.java
take
called by 14
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch7/pc/Channel.java
shutdown
called by 13
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/Pipe.java
nextInt
called by 13
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch10/tss/example/ThreadSpecificSecureRandom.java

Shape

Method 527
Class 142
Interface 18
Enum 2

Languages

Java100%

Modules by API surface

JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/example/Record.java21 symbols
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/MMSDeliverRequest.java19 symbols
JavaConcurrencyPatternInAction/src/io/github/viscent/util/Tools.java16 symbols
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/SimplePipeline.java16 symbols
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/example/TPSStat.java16 symbols
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch14/hsha/example/AlarmAgent.java15 symbols
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/example/DataSyncTask.java15 symbols
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/example/ParallelPrimeGenerator.java15 symbols
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch10/tss/example/ImplicitParameterPassing.java12 symbols
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch14/hsha/AsyncTask.java11 symbols
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/ThreadPoolPipeDecorator.java11 symbols
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/DiskbasedRequestPersistence.java10 symbols

For agents

$ claude mcp add javamtp \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page