Home | History | Annotate | Download | only in Example

Lines Matching refs:MyGame

5 package MyGame.Example;
34 public static final String SERVICE_NAME = "MyGame.Example.MonsterStorage";
39 public static final io.grpc.MethodDescriptor<MyGame.Example.Monster,
40 MyGame.Example.Stat> METHOD_STORE = getStoreMethod();
42 private static volatile io.grpc.MethodDescriptor<MyGame.Example.Monster,
43 MyGame.Example.Stat> getStoreMethod;
45 private static volatile FlatbuffersUtils.FBExtactor<MyGame.Example.Monster> extractorOfMonster;
46 private static FlatbuffersUtils.FBExtactor<MyGame.Example.Monster> getExtractorOfMonster() {
50 extractorOfMonster = new FlatbuffersUtils.FBExtactor<MyGame.Example.Monster>() {
51 public MyGame.Example.Monster extract (ByteBuffer buffer) {
52 return MyGame.Example.Monster.getRootAsMonster(buffer);
59 private static volatile FlatbuffersUtils.FBExtactor<MyGame.Example.Stat> extractorOfStat;
60 private static FlatbuffersUtils.FBExtactor<MyGame.Example.Stat> getExtractorOfStat() {
64 extractorOfStat = new FlatbuffersUtils.FBExtactor<MyGame.Example.Stat>() {
65 public MyGame.Example.Stat extract (ByteBuffer buffer) {
66 return MyGame.Example.Stat.getRootAsStat(buffer);
74 public static io.grpc.MethodDescriptor<MyGame.Example.Monster,
75 MyGame.Example.Stat> getStoreMethod() {
76 io.grpc.MethodDescriptor<MyGame.Example.Monster, MyGame.Example.Stat> getStoreMethod;
81 io.grpc.MethodDescriptor.<MyGame.Example.Monster, MyGame.Example.Stat>newBuilder()
84 "MyGame.Example.MonsterStorage", "Store"))
87 MyGame.Example.Monster.class, getExtractorOfMonster()))
89 MyGame.Example.Stat.class, getExtractorOfStat()))
100 public static final io.grpc.MethodDescriptor<MyGame.Example.Stat,
101 MyGame.Example.Monster> METHOD_RETRIEVE = getRetrieveMethod();
103 private static volatile io.grpc.MethodDescriptor<MyGame.Example.Stat,
104 MyGame.Example.Monster> getRetrieveMethod;
107 public static io.grpc.MethodDescriptor<MyGame.Example.Stat,
108 MyGame.Example.Monster> getRetrieveMethod() {
109 io.grpc.MethodDescriptor<MyGame.Example.Stat, MyGame.Example.Monster> getRetrieveMethod;
114 io.grpc.MethodDescriptor.<MyGame.Example.Stat, MyGame.Example.Monster>newBuilder()
117 "MyGame.Example.MonsterStorage", "Retrieve"))
120 MyGame.Example.Stat.class, getExtractorOfStat()))
122 MyGame.Example.Monster.class, getExtractorOfMonster()))
133 public static final io.grpc.MethodDescriptor<MyGame.Example.Monster,
134 MyGame.Example.Stat> METHOD_GET_MAX_HIT_POINT = getGetMaxHitPointMethod();
136 private static volatile io.grpc.MethodDescriptor<MyGame.Example.Monster,
137 MyGame.Example.Stat> getGetMaxHitPointMethod;
140 public static io.grpc.MethodDescriptor<MyGame.Example.Monster,
141 MyGame.Example.Stat> getGetMaxHitPointMethod() {
142 io.grpc.MethodDescriptor<MyGame.Example.Monster, MyGame.Example.Stat> getGetMaxHitPointMethod;
147 io.grpc.MethodDescriptor.<MyGame.Example.Monster, MyGame.Example.Stat>newBuilder()
150 "MyGame.Example.MonsterStorage", "GetMaxHitPoint"))
153 MyGame.Example.Monster.class, getExtractorOfMonster()))
155 MyGame.Example.Stat.class, getExtractorOfStat()))
166 public static final io.grpc.MethodDescriptor<MyGame.Example.Monster,
167 MyGame.Example.Stat> METHOD_GET_MIN_MAX_HIT_POINTS = getGetMinMaxHitPointsMethod();
169 private static volatile io.grpc.MethodDescriptor<MyGame.Example.Monster,
170 MyGame.Example.Stat> getGetMinMaxHitPointsMethod;
173 public static io.grpc.MethodDescriptor<MyGame.Example.Monster,
174 MyGame.Example.Stat> getGetMinMaxHitPointsMethod() {
175 io.grpc.MethodDescriptor<MyGame.Example.Monster, MyGame.Example.Stat> getGetMinMaxHitPointsMethod;
180 io.grpc.MethodDescriptor.<MyGame.Example.Monster, MyGame.Example.Stat>newBuilder()
183 "MyGame.Example.MonsterStorage", "GetMinMaxHitPoints"))
186 MyGame.Example.Monster.class, getExtractorOfMonster()))
188 MyGame.Example.Stat.class, getExtractorOfStat()))
226 public void store(MyGame.Example.Monster request,
227 io.grpc.stub.StreamObserver<MyGame.Example.Stat> responseObserver) {
233 public void retrieve(MyGame.Example.Stat request,
234 io.grpc.stub.StreamObserver<MyGame.Example.Monster> responseObserver) {
240 public io.grpc.stub.StreamObserver<MyGame.Example.Monster> getMaxHitPoint(
241 io.grpc.stub.StreamObserver<MyGame.Example.Stat> responseObserver) {
247 public io.grpc.stub.StreamObserver<MyGame.Example.Monster> getMinMaxHitPoints(
248 io.grpc.stub.StreamObserver<MyGame.Example.Stat> responseObserver) {
258 MyGame.Example.Monster,
259 MyGame.Example.Stat>(
265 MyGame.Example.Stat,
266 MyGame.Example.Monster>(
272 MyGame.Example.Monster,
273 MyGame.Example.Stat>(
279 MyGame.Example.Monster,
280 MyGame.Example.Stat>(
306 public void store(MyGame.Example.Monster request,
307 io.grpc.stub.StreamObserver<MyGame.Example.Stat> responseObserver) {
314 public void retrieve(MyGame.Example.Stat request,
315 io.grpc.stub.StreamObserver<MyGame.Example.Monster> responseObserver) {
322 public io.grpc.stub.StreamObserver<MyGame.Example.Monster> getMaxHitPoint(
323 io.grpc.stub.StreamObserver<MyGame.Example.Stat> responseObserver) {
330 public io.grpc.stub.StreamObserver<MyGame.Example.Monster> getMinMaxHitPoints(
331 io.grpc.stub.StreamObserver<MyGame.Example.Stat> responseObserver) {
357 public MyGame.Example.Stat store(MyGame.Example.Monster request) {
364 public java.util.Iterator<MyGame.Example.Monster> retrieve(
365 MyGame.Example.Stat request) {
391 public com.google.common.util.concurrent.ListenableFuture<MyGame.Example.Stat> store(
392 MyGame.Example.Monster request) {
421 serviceImpl.store((MyGame.Example.Monster) request,
422 (io.grpc.stub.StreamObserver<MyGame.Example.Stat>) responseObserver);
425 serviceImpl.retrieve((MyGame.Example.Stat) request,
426 (io.grpc.stub.StreamObserver<MyGame.Example.Monster>) responseObserver);
440 (io.grpc.stub.StreamObserver<MyGame.Example.Stat>) responseObserver);
443 (io.grpc.stub.StreamObserver<MyGame.Example.Stat>) responseObserver);