Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Viscent/javamtp
/ functions
Functions
527 in github.com/Viscent/javamtp
⨍
Functions
527
◇
Types & classes
162
↓ 1 callers
Method
setExpiry
(long expiry)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/MMSDeliverRequest.java:41
↓ 1 callers
Method
setExtraInfo
(String extraInfo)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch14/hsha/example/AlarmInfo.java:41
↓ 1 callers
Method
setInstance
将当前MMSCRouter的实例更新为指定的新实例 @param newInstance 新的MMSCRouter实例
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch3/immutableobject/MMSCRouter.java:63
↓ 1 callers
Method
setIsToShutdown
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/ThreadPoolPipeDecorator.java:123
↓ 1 callers
Method
setSenderAddress
(String senderAddress)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/MMSDeliverRequest.java:73
↓ 1 callers
Method
setSubject
(String subject)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/MMSDeliverRequest.java:97
↓ 1 callers
Method
setTimeStamp
(Date timeStamp)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/MMSDeliverRequest.java:49
↓ 1 callers
Method
setToShutdown
(boolean toShutdown)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch5/tpt/TerminationToken.java:47
↓ 1 callers
Method
setTransactionID
(String transactionID)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/MMSDeliverRequest.java:57
↓ 1 callers
Method
setTransactionId
(Integer transactionId)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch10/tss/example/ImplicitParameterPassing.java:69
↓ 1 callers
Method
shutdown
停止Slave实例对外提供的服务
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/SlaveSpec.java:47
↓ 1 callers
Method
shutdown
(long timeout, TimeUnit unit)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/SimplePipeline.java:52
↓ 1 callers
Method
shutdown
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch14/hsha/example/AlarmMgr.java:72
↓ 1 callers
Method
submit
(String task)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch1/WorkerThread.java:61
↓ 1 callers
Method
terminate
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch5/tpt/AbstractTerminatableThread.java:114
↓ 1 callers
Method
test
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch14/hsha/example/Client.java:31
↓ 1 callers
Method
test
(final String message)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch9/threadpool/example/ThreadPoolDeadLockAvoidance.java:39
↓ 1 callers
Method
testConnection
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch14/hsha/example/AlarmAgent.java:154
↓ 1 callers
Method
toString
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/example/Record.java:141
↓ 1 callers
Method
toString
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch5/tpt/example/AlarmType.java:25
↓ 1 callers
Method
unzip
(String zipFile, String targetDir)
JavaConcurrencyPatternInAction/src/io/github/viscent/util/Tools.java:223
↓ 1 callers
Method
uploadFiles
(FTPUploader ftpClientUtil)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch6/promise/example/DataSyncTask.java:76
↓ 1 callers
Method
xGuarededMethod
(final String message)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch4/gs/example/NestedMonitorLockoutExample.java:77
↓ 1 callers
Method
xStateChanged
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch4/gs/example/NestedMonitorLockoutExample.java:95
Method
AbstractMaster
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/AbstractMaster.java:38
Method
AbstractParallelPipe
(BlockingQueue<IN> queue, ExecutorService executorService)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/AbstractParallelPipe.java:40
Method
AbstractRequestFactory
(Map<String, Integer> respDelayConf, int maxRequestPerTimeslice)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/example/testdatagen/AbstractRequestFactory.java:45
Method
AbstractSerializer
(BlockingQueue<Runnable> workQueue, TaskProcessor<T, V> taskProcessor)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch11/stc/AbstractSerializer.java:32
Method
AbstractTerminatableThread
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch5/tpt/AbstractTerminatableThread.java:34
Method
AlarmInfo
(String id, AlarmType type)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch14/hsha/example/AlarmInfo.java:23
Method
AlarmMgr
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch14/hsha/example/AlarmMgr.java:33
Method
AlarmSendingThread
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch14/hsha/example/AlarmSendingThread.java:40
Method
AlarmType
(String name)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch5/tpt/example/AlarmType.java:21
Method
AsyncRequestPersistence
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/AsyncRequestPersistence.java:51
Method
AsyncTask
(Executor executor)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch14/hsha/AsyncTask.java:63
Method
BlockingQueueChannel
(BlockingQueue<P> queue)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch7/pc/BlockingQueueChannel.java:29
Method
ChargingRequestFactory
(Map<String, Integer> respDelayConf, int timestampMaxOffset)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/example/testdatagen/ChargingRequestFactory.java:19
Method
ClientThread
(String message, BusinessService bs)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch10/tss/example/ImplicitParameterPassing.java:40
Method
ConditionVarBlocker
(Lock lock)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch4/gs/ConditionVarBlocker.java:28
Method
Consumer
(TerminationToken token, BlockingDeque<String> workQueue)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch7/pc/exmaple/WorkStealingExample.java:91
Method
Context
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch10/tss/example/ImplicitParameterPassing.java:61
Method
DataSyncTask
(Properties config)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/example/DataSyncTask.java:46
Method
DataSyncTask
(Map<String, String> taskParameters)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch6/promise/example/DataSyncTask.java:29
Method
DbRecordSource
(Properties config)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/example/DbRecordSource.java:15
Method
DelegatingTerminatableThread
(Runnable task)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch5/tpt/DelegatingTerminatableThread.java:6
Method
DispatchInvocationHandler
(Object delegate, ExecutorService executorService)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/ActiveObjectProxy.java:57
Method
FTPClientUtil
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/example/FTPClientUtil.java:62
Method
FakeRecordSource
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/example/CaseRunner.java:63
Method
FakeWorkerThread
(String outputDir, String ftpServer, String userName, String password, String servWorkingDir)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch11/stc/example/FakeWorkerThread.java:10
Method
FileTransferTask
(Future<FTPUploader> ftpUtilHodler, File file2Transfer)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/example/FileTransferTask.java:13
Method
GuardedAction
(Predicate guard)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch4/gs/GuardedAction.java:21
Method
Helper
(String message)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch1/JavaThreadAnywhere.java:28
Method
Helper
(String message)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch1/JavaThreadCreationAndRun.java:36
Method
ImmutableLocation
(double x, double y)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch3/immutableobject/example/ImmutableLocation.java:20
Method
Label
(String name)
JavaConcurrencyPatternInAction/src/io/github/viscent/util/Debug.java:33
Method
Location
(double x, double y)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch3/immutableobject/example/Location.java:20
Method
LocationRequestFactory
(Map<String, Integer> respDelayConf, int timestampMaxOffset)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/example/testdatagen/LocationRequestFactory.java:20
Method
Logger
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/example/testdatagen/Logger.java:37
Method
MMSCInfo
(String deviceID, String url, int maxAttachmentSizeInBytes)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch3/immutableobject/MMSCInfo.java:35
Method
MMSCRouter
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch3/immutableobject/MMSCRouter.java:29
Method
MMSDeliverRequest
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/MMSDeliverRequest.java:37
Method
Master
(String logFileBaseDir, String excludedOperationNames, String includedOperationNames,
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/example/TPSStat.java:87
Method
MessageFileDownloader
(String outputDir, final String ftpServer, final String userName, final String password,
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch11/stc/example/MessageFileDownloader.java:29
Method
PipeException
(Pipe<?, ?> sourcePipe, Object input, String message)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/PipeException.java:28
Method
PipeInitTask
(PipeContext ctx, List<Pipe<?, ?>> pipes)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/SimplePipeline.java:113
Method
PrimeGenerator
(BlockingQueue<Runnable> taskQueue)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/example/ParallelPrimeGenerator.java:164
Method
PrimeGeneratorService
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/example/ParallelPrimeGenerator.java:74
Method
Range
(int lowerBound, int upperBound)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/example/ParallelPrimeGenerator.java:52
Method
RecordSaveTask
(Record[] records, int targetFileIndex)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/example/RecordSaveTask.java:8
Method
RecordWriter
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/example/RecordWriter.java:58
Method
RequestSender
(int n)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/CaseRunner.java:68
Method
RetryInfo
(T subTask, Callable<V> redoCommand)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/RetryInfo.java:32
Method
SectionBasedDiskStorage
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/DiskbasedRequestPersistence.java:66
Method
SemaphoreBasedChannel
@param queue 阻塞队列,通常是一个无界阻塞队列。 @param flowLimit 流量限制数
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch7/pc/SemaphoreBasedChannel.java:38
Method
SimplePipeline
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/SimplePipeline.java:33
Method
SmsRequestFactory
(Map<String, Integer> respDelayConf, int timestampMaxOffset)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/example/testdatagen/SmsRequestFactory.java:20
Method
SomeService
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch11/stc/example/ReusableCodeExample.java:53
Method
SubTaskFailureException
(RetryInfo retryInfo, Exception cause)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/SubTaskFailureException.java:30
Method
Task
(String message, int id)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch11/stc/example/ReusableCodeExample.java:45
Method
TerminatableWorkerThread
(BlockingQueue<Runnable> workQueue, TaskProcessor<T, V> taskProcessor)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch11/stc/TerminatableWorkerThread.java:40
Method
TerminationToken
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/ThreadPoolPipeDecorator.java:119
Method
TerminationToken
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch5/tpt/TerminationToken.java:39
Method
ThreadPoolPipeDecorator
(Pipe<IN, OUT> delegate, ExecutorService executorSerivce)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/ThreadPoolPipeDecorator.java:40
Method
ThreadSpecificSecureRandom
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch10/tss/example/ThreadSpecificSecureRandom.java:46
Method
WorkStealingChannel
(BlockingDeque<T>[] managedQueues)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch7/pc/WorkStealingChannel.java:23
Method
WorkStealingExample
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch7/pc/exmaple/WorkStealingExample.java:35
Method
Worker
(ConcurrentMap<String, AtomicInteger> repository, String excludedOperationNames,
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/example/TPSStat.java:203
Method
WorkerThread
(String outputDir, final String ftpServer, final String userName, final String password, String s
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch11/stc/example/WorkerThread.java:26
Method
WorkerThreadPipeDecorator
(Pipe<IN, OUT> delegate, int workerCount)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/WorkerThreadPipeDecorator.java:43
Method
WorkerThreadSlave
(BlockingQueue<Runnable> taskQueue)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/WorkerThreadSlave.java:37
Method
XThread
(String message)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch10/tss/example/ThreadPrivateMember.java:32
Method
addPipe
往该Pipeline实例中添加一个Pipe实例。 @param pipe Pipe实例
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/Pipeline.java:34
Method
broadcastAfter
执行stateOperation所指定的操作后,决定是否唤醒本Blocker所暂挂的所有线程。 @param stateOperation 更改状态的操作,其call方法的返回值为true时,该方法才会唤醒被暂挂的线程
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch4/gs/Blocker.java:46
Method
broadcastAfter
(Callable<Boolean> stateOperation)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch4/gs/ConditionVarBlocker.java:82
Method
buildTasks
(final File file)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/example/DataSyncTask.java:176
Method
call
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/example/FTPClientUtil.java:72
Method
call
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/example/FileTransferTask.java:19
Method
call
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch6/promise/example/FTPUploaderPromisor.java:31
Method
call
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/ActiveObjectProxy.java:88
Method
call
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/CustomScheduler.java:76
← previous
next →
201–300 of 527, ranked by callers