diff options
| author | Nino Breuer | 2014-05-22 14:31:47 +0200 |
|---|---|---|
| committer | Nino Breuer | 2014-05-22 14:31:47 +0200 |
| commit | edabd9afdac4778b1f3d7f7887d749f891ca9187 (patch) | |
| tree | ee5a97503ffb3ec08c887f472f1179b289cbbb1e /Dozentenmodul/src/thrift/MasterThriftConnection.java | |
| parent | nix (diff) | |
| download | tutor-module-edabd9afdac4778b1f3d7f7887d749f891ca9187.tar.gz tutor-module-edabd9afdac4778b1f3d7f7887d749f891ca9187.tar.xz tutor-module-edabd9afdac4778b1f3d7f7887d749f891ca9187.zip | |
Vorbereitung Multithreading
Diffstat (limited to 'Dozentenmodul/src/thrift/MasterThriftConnection.java')
| -rw-r--r-- | Dozentenmodul/src/thrift/MasterThriftConnection.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Dozentenmodul/src/thrift/MasterThriftConnection.java b/Dozentenmodul/src/thrift/MasterThriftConnection.java index 24d034f2..41e89182 100644 --- a/Dozentenmodul/src/thrift/MasterThriftConnection.java +++ b/Dozentenmodul/src/thrift/MasterThriftConnection.java @@ -14,7 +14,9 @@ import thrift.ImageServer.Client; public class MasterThriftConnection { - public static final String MASTERSERVERIP="132.230.4.16"; + //public static final String MASTERSERVERIP="132.230.4.16"; + public static final String MASTERSERVERIP="127.0.0.1"; + final TTransport transport = new TSocket(MASTERSERVERIP, 9090); public Client getMasterThriftConnection() |
